Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "new_huffman_tb.py", line 65, in <module>
- tb = TB()
- File "new_huffman_tb.py", line 38, in __init__
- self.submodules.huffman = HuffmanEncoder()
- File "/home/ishan/gsoc/environment/litejpeg-master/litejpeg/core/huffman/huffmancore.py", line 212, in __init__
- self.submodules.datapath = HuffmanDatapath()
- File "/home/ishan/gsoc/environment/litejpeg-master/litejpeg/core/huffman/huffmancore.py", line 129, in __init__
- word_reg[22].eq(vlc_d[vlc_size_d-1]),
- File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/fhdl/structure.py", line 112, in __getitem__
- type(key), repr(key)))
- TypeError: Cannot use type <class 'litex.gen.fhdl.structure._Operator'> (<litex.gen.fhdl.structure._Operator object at 0x7f79f24fbdd8>) as key
Add Comment
Please, Sign In to add comment