t-crest / patmos

Patmos is a time-predictable VLIW processor, and the processor for the T-CREST project
http://patmos.compute.dtu.dk
BSD 2-Clause "Simplified" License
134 stars 72 forks source link

Fix null stack cache #123

Closed tjarker closed 2 years ago

tjarker commented 2 years ago

The bulk assignment operator semantics have changed from chisel2 to chisel3. Both sides of the assignment need to have the same type, not just the same fields. The assignments were instead done explicitly.