ucb-bar / chisel2-deprecated

chisel.eecs.berkeley.edu
387 stars 90 forks source link

Swapped arguments (out,n) in Vec and Mem. #539

Closed ccelio closed 8 years ago

ccelio commented 9 years ago

(Deprecated Vec(out,n),Mem(out,n) and added Vec(n,t),Mem(n,t)).

ccelio commented 9 years ago

This change will be inconsistent with the ChiselUtil library's Queues and Arbiters. The queues often do not take in a size.