Guest User

Untitled

a guest
Jul 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "new_huffman_tb.py", line 65, in <module>
  3. tb = TB()
  4. File "new_huffman_tb.py", line 38, in __init__
  5. self.submodules.huffman = HuffmanEncoder()
  6. File "/home/ishan/gsoc/environment/litejpeg-master/litejpeg/core/huffman/huffmancore.py", line 212, in __init__
  7. self.submodules.datapath = HuffmanDatapath()
  8. File "/home/ishan/gsoc/environment/litejpeg-master/litejpeg/core/huffman/huffmancore.py", line 129, in __init__
  9. word_reg[22].eq(vlc_d[vlc_size_d-1]),
  10. File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/fhdl/structure.py", line 112, in __getitem__
  11. type(key), repr(key)))
  12. 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