Open nedsels opened 3 months ago
This regtest doesn't seem to have the command line option to turn on choke point resolution. Neither do other flat routing tests. @amin1377 : shouldn't it be on?
script_params=-track_memory_usage -crit_path_router_iterations 100 --route_chan_width 300 --flat_routing on
With flat routing on, seemingly all
koios_medium
benchmarks fail. There are always some number of overused nodes.Steps to Reproduce
I have created a new branch with a new regression test that is identical to
regression_tests/vtr_reg_nightly_test4/koios_medium
, except it includes--flat_routing on
as an argument.vtr_flow/tasks
../scripts/run_vtr_task.py regression_tests/vtr_reg_nightly_test4/koios_medium_flat_routing
vpr
should fail with exit code 2.Your Environment