Closed tjarker closed 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.
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.