ucb-bar / chisel2-deprecated

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

make Mem write method compatible with Chisel3 #562

Closed yunsup closed 8 years ago

yunsup commented 8 years ago

While refactoring hwacha code to follow Chisel3's Mem/SeqMem write method with masks, I noticed that it's not fully implemented in Chisel2. This PR fixes that.