Open jesseclin opened 8 months ago
In https://github.com/Nic30/hwt/blob/master/hwt/serializer/verilog/serializer.py#L56
line
for i, _v in enumerate(rom.def_val.val):
should be change to
for i, _v in enumerate(rom.def_val):
?
Thank you for reporting, it should be fixed now. New hwt/hwtLib release is waiting for some work in hwtHls, but if you need a new release ping me.
No hurry, for there is still a lot of fun stuff for us to explore at your great work. Thanks.
For the following code:
Output of VHDL serializer (Correct initialization):
Output of Verilog serializer (Incorrect initialization)