migen
migen copied to clipboard
<< seems buggy
E.g.:
s = Signal(max=8)
self.comb += s.eq(1)
(s << 3) # produces 0
(s * 8) # produces 8
Produces where? Simulation? Do you have a full repro?
Synthesis with Diamond. I'll need to minimize a repro.