migen icon indicating copy to clipboard operation
migen copied to clipboard

.part() is converted to Verilog that can evaluate to 'x

Open whitequark opened this issue 6 years ago • 1 comments

.part() as implemented corresponds to the semantics of Yosys $shiftx cell. It should use the $shift cell. See https://github.com/YosysHQ/yosys/pull/744 for an example of how to emit Verilog for that cell.

whitequark avatar Dec 16 '18 18:12 whitequark

Triage: fixed in nMigen.

whitequark avatar Jul 05 '19 14:07 whitequark