-
Notifications
You must be signed in to change notification settings - Fork 422
3D SB #2794
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
Merged
Merged
3D SB #2794
Changes from 13 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
f6eff4e
[libs][librrgraph] fix priniting node info
amin1377 816fb0a
[libs][librrgraph] fix debugging mesg
amin1377 1281b1d
Merge branch 'master' of https://github.com/verilog-to-routing/vtr-ve…
amin1377 6102f58
Merge branch 'master' of https://github.com/verilog-to-routing/vtr-ve…
amin1377 1d881f9
[libs][rr_graph] fix a typo
amin1377 0358c7a
[vpr][route] fix a typo in overuse report
amin1377 a1fbe87
[vpr][route][lookahead] iterate over layers to get the cost from opin…
amin1377 5eec072
[vpr][route][lookahead] add comment on router lookahead
amin1377 b101edf
[CI] renambe 3d_titan_opin* to 3d_cb_titan*
amin1377 02f9215
[ci] add 3d sb test
amin1377 c2e3681
[ci] add custom_3d_sb_fanin_fanout 60
amin1377 e18409e
[ci] add 3d sb test to task list
amin1377 0b9a366
[CI] add golden results for 3d_sb
amin1377 4c710fc
[vpr][route][lookahead] fix comment
amin1377 c904a7a
Merge branch 'master' of https://github.com/verilog-to-routing/vtr-ve…
amin1377 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
52 changes: 52 additions & 0 deletions
52
.../tasks/regression_tests/vtr_reg_nightly_test7/3d_sb_titan_other_auto_bb/config/config.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# | ||
############################################ | ||
# Configuration file for running experiments | ||
############################################## | ||
|
||
# Path to directory of circuits to use | ||
circuits_dir=benchmarks/titan_blif/other_benchmarks/stratixiv | ||
|
||
# Path to directory of SDC files | ||
sdc_dir=benchmarks/titan_blif/other_benchmarks/stratixiv | ||
|
||
# Path to directory of architectures to use | ||
archs_dir=arch/multi_die/stratixiv_3d | ||
|
||
# Add circuits to list to sweep | ||
circuit_list_add=carpat_stratixiv_arch_timing.blif | ||
circuit_list_add=CH_DFSIN_stratixiv_arch_timing.blif | ||
circuit_list_add=CHERI_stratixiv_arch_timing.blif | ||
circuit_list_add=EKF-SLAM_Jacobians_stratixiv_arch_timing.blif | ||
circuit_list_add=fir_cascade_stratixiv_arch_timing.blif | ||
circuit_list_add=jacobi_stratixiv_arch_timing.blif | ||
circuit_list_add=JPEG_stratixiv_arch_timing.blif | ||
circuit_list_add=leon2_stratixiv_arch_timing.blif | ||
circuit_list_add=leon3mp_stratixiv_arch_timing.blif | ||
circuit_list_add=MCML_stratixiv_arch_timing.blif | ||
circuit_list_add=MMM_stratixiv_arch_timing.blif | ||
circuit_list_add=radar20_stratixiv_arch_timing.blif | ||
circuit_list_add=random_stratixiv_arch_timing.blif | ||
circuit_list_add=Reed_Solomon_stratixiv_arch_timing.blif | ||
circuit_list_add=smithwaterman_stratixiv_arch_timing.blif | ||
circuit_list_add=stap_steering_stratixiv_arch_timing.blif | ||
circuit_list_add=sudoku_check_stratixiv_arch_timing.blif | ||
circuit_list_add=SURF_desc_stratixiv_arch_timing.blif | ||
circuit_list_add=ucsb_152_tap_fir_stratixiv_arch_timing.blif | ||
circuit_list_add=uoft_raytracer_stratixiv_arch_timing.blif | ||
circuit_list_add=wb_conmax_stratixiv_arch_timing.blif | ||
circuit_list_add=picosoc_stratixiv_arch_timing.blif | ||
circuit_list_add=murax_stratixiv_arch_timing.blif | ||
|
||
# Add architectures to list to sweep | ||
arch_list_add=3d_SB_inter_die_stratixiv_arch.timing.xml | ||
|
||
# Parse info and how to parse | ||
parse_file=vpr_titan.txt | ||
|
||
# How to parse QoR info | ||
qor_parse_file=qor_vpr_titan.txt | ||
|
||
# Pass requirements | ||
pass_requirements_file=pass_requirements_vpr_titan.txt | ||
|
||
script_params=-starting_stage vpr --route_chan_width 300 --max_router_iterations 400 --custom_3d_sb_fanin_fanout 60 --router_lookahead map |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.