Skip to content

Commit

Permalink
Updated some regtest seeds and golden results
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Shreve committed Aug 15, 2024
1 parent ed4460d commit ab2c731
Show file tree
Hide file tree
Showing 6 changed files with 1,048 additions and 1,048 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ pass_requirements_file=pass_requirements.txt
#We increase the critical path router iterations beyond the default 50, to avoid
#spurrious routing failures at relaxed channel width (since we know they should
#be routable via the minimum channel width search)
script_params=-starting_stage vpr -track_memory_usage -crit_path_router_iterations 60 --seed 250
script_params=-starting_stage vpr -track_memory_usage -crit_path_router_iterations 60

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ qor_parse_file=qor_standard.txt
pass_requirements_file=pass_requirements_fixed_chan_width.txt

# Script parameters
script_params_common = -starting_stage vpr --route_chan_width 70
script_params_common = -starting_stage vpr --route_chan_width 70 --seed 3
script_params_list_add = --router_update_lower_bound_delays off
script_params_list_add = --router_update_lower_bound_delays on
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ qor_parse_file=qor_standard.txt
pass_requirements_file=pass_requirements.txt

# Script parameters
script_params_common = -start odin --route_type global
script_params_common = -start odin --route_type global --seed 3
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ qor_parse_file=qor_standard.txt
pass_requirements_file=pass_requirements_fixed_chan_width.txt

# Script parameters
script_params_common = -starting_stage vpr --route_chan_width 70
script_params_common = -starting_stage vpr --route_chan_width 70 --seed 3
script_params_list_add = --router_update_lower_bound_delays off
script_params_list_add = --router_update_lower_bound_delays on

0 comments on commit ab2c731

Please sign in to comment.