Guest User

Untitled

a guest
Jul 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "new_rom_tb.py", line 29, in <module>
  3. run_simulation(dut, main_generator(dut), clocks, vcd_name="sim.vcd")
  4. File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/sim/core.py", line 385, in run_simulation
  5. with Simulator(*args, **kwargs) as s:
  6. File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/sim/core.py", line 244, in __init__
  7. self.fragment = fragment_or_module.get_fragment()
  8. File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/fhdl/module.py", line 102, in get_fragment
  9. self.finalize()
  10. File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/fhdl/module.py", line 156, in finalize
  11. subfragments = self._collect_submodules()
  12. File "/home/ishan/gsoc/environment/HDMI2USB-litex-firmware/third_party/litex/litex/gen/fhdl/module.py", line 148, in _collect_submodules
  13. if not submodule.get_fragment_called:
  14. AttributeError: 'NoneType' object has no attribute 'get_fragment_called'
Add Comment
Please, Sign In to add comment