Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make buttons_basys3_vivado failed due python assertion #1256

Closed
YFWang97 opened this issue Jan 2, 2020 · 1 comment
Closed

make buttons_basys3_vivado failed due python assertion #1256

YFWang97 opened this issue Jan 2, 2020 · 1 comment
Assignees

Comments

@YFWang97
Copy link

YFWang97 commented Jan 2, 2020

See following assertion when make vivado target for xc7/buttons_basys
Did not see from other tests. Suspect errors for wire "SW6END0"

Traceback (most recent call last):
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/build/env/conda/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/build/env/conda/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/__main__.py", line 4, in <module>
    main()
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/fasm2bels.py", line 296, in main
    top.make_routes(allow_orphan_sinks=args.allow_orphan_sinks)
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/verilog_modeling.py", line 1380, in make_routes
    net_map=self.net_map,
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/make_routes.py", line 700, in make_routes
    allow_orphan_sinks=allow_orphan_sinks
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/make_routes.py", line 579, in expand_sink
    allow_orphan_sinks=allow_orphan_sinks
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/make_routes.py", line 450, in expand_sink
    allow_orphan_sinks=allow_orphan_sinks
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/make_routes.py", line 579, in expand_sink
    allow_orphan_sinks=allow_orphan_sinks
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/make_routes.py", line 450, in expand_sink
    allow_orphan_sinks=allow_orphan_sinks
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/make_routes.py", line 450, in expand_sink
    allow_orphan_sinks=allow_orphan_sinks
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/make_routes.py", line 450, in expand_sink
    allow_orphan_sinks=allow_orphan_sinks
  [Previous line repeated 3 more times]
  File "/home/yangfan/SymbiFlow/symbiflow-arch-defs/xc7/fasm2bels/make_routes.py", line 610, in expand_sink
    assert False, (sink_node_pkey, tile_name, wire_name, sink_wire_pkey)
AssertionError: (386807, 'INT_L_X0Y129', 'SW6END0', 2329140)
xc7/tests/buttons/CMakeFiles/file_xc7_tests_buttons_buttons_basys3_artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test_top_bit.v.dir/build.make:62: recipe for target 'xc7/tests/buttons/buttons_basys3/artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test/top_bit.v' failed
make[3]: *** [xc7/tests/buttons/buttons_basys3/artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test/top_bit.v] Error 1
CMakeFiles/Makefile2:102285: recipe for target 'xc7/tests/buttons/CMakeFiles/file_xc7_tests_buttons_buttons_basys3_artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test_top_bit.v.dir/all' failed
make[2]: *** [xc7/tests/buttons/CMakeFiles/file_xc7_tests_buttons_buttons_basys3_artix7-xc7a50t-basys3-roi-virt-xc7a50t-basys3-test_top_bit.v.dir/all] Error 2
CMakeFiles/Makefile2:101526: recipe for target 'xc7/tests/buttons/CMakeFiles/buttons_basys3_vivado.dir/rule' failed
make[1]: *** [xc7/tests/buttons/CMakeFiles/buttons_basys3_vivado.dir/rule] Error 2
Makefile:30790: recipe for target 'buttons_basys3_vivado' failed
make: *** [buttons_basys3_vivado] Error 2
@litghost litghost self-assigned this Jan 2, 2020
@litghost
Copy link
Contributor

litghost commented Mar 2, 2020

This issue doesn't appear to be happening any more.

@litghost litghost closed this as completed Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants