You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I ran the code for generate_fabric but with fpga_flow as yosys_vpr. I'm encountering an error:
Error 1:
Type: Routing
File: /home/pradyumna/Documents/vtr_2/OpenFPGA/vtr-verilog-to-routing/vpr/src/base/place_and_route.cpp
Line: 173
Message: This circuit requires a channel width above 1000, probably is not going to route.
Aborting routing procedure.
The entire flow of VPR took 42.24 seconds (max_rss 196.8 MiB)
Fatal error occurred!
OpenFPGA Abort
Error 2: Command 'vpr' execution has fatal errors
Finish execution with 2 errors
The above works for and2.v but does not work for vtr_benchmarks like diffeq1.v
I'm attaching the vpr_stdout.log and task.conf file, can you help me resolve this error vpr_stdout.log task.txt
Also I'm using the arch files given in the vpr_arch and openfpga_arch
I'm also attaching the arch files
Hey, I ran the code for generate_fabric but with fpga_flow as yosys_vpr. I'm encountering an error:
Error 1:
Type: Routing
File: /home/pradyumna/Documents/vtr_2/OpenFPGA/vtr-verilog-to-routing/vpr/src/base/place_and_route.cpp
Line: 173
Message: This circuit requires a channel width above 1000, probably is not going to route.
Aborting routing procedure.
The entire flow of VPR took 42.24 seconds (max_rss 196.8 MiB)
Fatal error occurred!
OpenFPGA Abort
Error 2: Command 'vpr' execution has fatal errors
Finish execution with 2 errors
The above works for and2.v but does not work for vtr_benchmarks like diffeq1.v
I'm attaching the vpr_stdout.log and task.conf file, can you help me resolve this error
vpr_stdout.log
task.txt
Also I'm using the arch files given in the vpr_arch and openfpga_arch
I'm also attaching the arch files
k6_frac_N10_adder_chain_frac_mem32K_frac_dsp36_40nm_GlobalTile8Clk_openfpga.txt
k6_frac_N10_tileable_adder_chain_frac_mem32K_frac_dsp36_GlobalTile8Clk_40nm.txt
If the above arch files are not compatible for diffeq1.v, can you suggest arch files which can support diffeq1.v
The text was updated successfully, but these errors were encountered: