Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "new_rom_tb.py", line 26, in <module>
- tb = TB()
- File "new_rom_tb.py", line 16, in __init__
- self.submodules.dc_rom = dc_rom(self,self.addr,self.data,self.data_size)
- File "/home/ishan/gsoc/environment/litejpeg-master/litejpeg/core/huffman/dc_rom.py", line 15, in dc_rom
- self.sync += [(rom_code[i].eq(code[i])) for i in range(rom_code_size)]
- File "/home/ishan/gsoc/environment/litejpeg-master/litejpeg/core/huffman/dc_rom.py", line 15, in <listcomp>
- self.sync += [(rom_code[i].eq(code[i])) for i in range(rom_code_size)]
- File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/fhdl/structure.py", line 128, in eq
- return _Assign(self, r)
- File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/fhdl/structure.py", line 435, in __init__
- self.r = wrap(r)
- File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/fhdl/structure.py", line 141, in wrap
- .format(value, type(value)))
- TypeError: Object '0' of type <class 'str'> is not a Migen value
Add Comment
Please, Sign In to add comment