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

Missing argument when building lookahead #1187

Closed
acomodi opened this issue Nov 28, 2019 · 1 comment
Closed

Missing argument when building lookahead #1187

acomodi opened this issue Nov 28, 2019 · 1 comment

Comments

@acomodi
Copy link
Contributor

acomodi commented Nov 28, 2019

With latest master I get the following error when building the lookahead:

[  0%] Built target file_xc7_archs_artix7_devices_rr_graph_xc7a50t_test.rr_graph.real.xml
[  0%] Generating rr_graph_xc7a50t_test.rr_graph.real.xml.cache, rr_graph_xc7a50t_test.lookahead.bin, rr_graph_xc7a50t_test.place_delay.bin
VPR FPGA Placement and Routing.
Version: 8.0.0-rc1+a7964ea8d
Revision: v8.0.0-rc1-1170-ga7964ea8d
Compiled: 2019-11-28T13:36:35
Compiler: GNU 7.4.0 on Linux-4.15.0-65-generic x86_64
Build Info: release IPO VTR_ASSERT_LEVEL=2 debug_logging

University of Toronto
verilogtorouting.org
vtr-users@googlegroups.com
This is free open source code under MIT license.

Missing expected argument for --router_lookahead

usage: vpr architecture circuit [--pack] [--place] [--route] [--analysis]
       [--disp {on, off}] [--save_graphics {on, off}] [-h] [--version]
       [--device DEVICE_NAME] [-j NUM_WORKERS] [--timing_analysis {on, off}]
       [--disable_errors DISABLE_ERRORS] [--suppress_warnings SUPPRESS_WARNINGS]
       [--route_chan_width CHANNEL_WIDTH] [OTHER_OPTIONS ...]
xc7/archs/artix7/devices/CMakeFiles/file_xc7_archs_artix7_devices_rr_graph_xc7a50t_test.lookahead.bin.dir/build.make:65: recipe for target 'xc7/archs/artix7/devices/rr_graph_xc7a50t_test.rr_graph.real.xml.cache' failed
make[3]: *** [xc7/archs/artix7/devices/rr_graph_xc7a50t_test.rr_graph.real.xml.cache] Error 1
CMakeFiles/Makefile2:89474: recipe for target 'xc7/archs/artix7/devices/CMakeFiles/file_xc7_archs_artix7_devices_rr_graph_xc7a50t_test.lookahead.bin.dir/all' failed
make[2]: *** [xc7/archs/artix7/devices/CMakeFiles/file_xc7_archs_artix7_devices_rr_graph_xc7a50t_test.lookahead.bin.dir/all] Error 2
CMakeFiles/Makefile2:215596: recipe for target 'xc7/tests/serdes/CMakeFiles/all_oserdes_test.dir/rule' failed
make[1]: *** [xc7/tests/serdes/CMakeFiles/all_oserdes_test.dir/rule] Error 2
Makefile:1763: recipe for target 'xc7/tests/serdes/CMakeFiles/all_oserdes_test.dir/rule' failed
make: *** [xc7/tests/serdes/CMakeFiles/all_oserdes_test.dir/rule] Error 2

@acomodi
Copy link
Contributor Author

acomodi commented Nov 28, 2019

Nevermind, I realized I was using a wrong VtR version

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

1 participant