Skip to content

Commit 3a8e0c5

Browse files
committed
added correct chanel distribution and made sure golden was up to date
1 parent 7bd9d96 commit 3a8e0c5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

vtr_flow/arch/xilinx/simple-7series.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<!-- TODO: PR #1883 allows for different horizontal and vertical uniform channel widths (an attribute of Xilinx arches)
7575
until that PR is merged, we give equal distributions here. -->
7676
<chan_width_distr>
77-
<x distr="uniform" peak="1.000000"/>
77+
<x distr="uniform" peak="0.652632"/>
7878
<y distr="uniform" peak="1.000000"/>
7979
</chan_width_distr>
8080
<switch_block type="wilton" fs="3"/>

vtr_flow/tasks/regression_tests/vtr_reg_strong/strong_xilinx_support/config/config.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ circuit_list_add=stereovision3.v
1515
# Add architectures to list to sweep
1616
arch_list_add=simple-7series.xml
1717

18-
############################ The following configurations are not changed and have been checked #####################
1918

2019
# Parse info and how to parse
2120
parse_file=vpr_standard.txt
@@ -26,4 +25,4 @@ qor_parse_file=qor_standard.txt
2625
# Pass requirements
2726
pass_requirements_file=pass_requirements.txt
2827

29-
script_params=-track_memory_usage # TODO: Check this ##############################
28+
script_params=-track_memory_usage

0 commit comments

Comments
 (0)