File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6060 run : |
6161 git clone https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
6262 cd OpenROAD-flow-scripts && git checkout f53fbce71af0e7965b3fa76396ff6d3e8121b6bb
63- cp ../temp /synth.tcl flow/scripts/
63+ cp ../scripts /synth.tcl flow/scripts/
6464
6565 - name : Update OpenROAD ibex sources
6666 run : |
@@ -135,7 +135,7 @@ jobs:
135135 run : |
136136 git clone https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
137137 cd OpenROAD-flow-scripts && git checkout f53fbce71af0e7965b3fa76396ff6d3e8121b6bb
138- cp ../temp /synth.tcl flow/scripts/
138+ cp ../scripts /synth.tcl flow/scripts/
139139
140140 - name : Update OpenROAD ibex sources
141141 run : |
@@ -232,7 +232,7 @@ jobs:
232232 run : |
233233 git clone https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
234234 cd OpenROAD-flow-scripts && git checkout f53fbce71af0e7965b3fa76396ff6d3e8121b6bb
235- cp ../temp /synth.tcl flow/scripts/
235+ cp ../scripts /synth.tcl flow/scripts/
236236
237237 - name : Update OpenROAD ibex sources
238238 run : |
Original file line number Diff line number Diff line change 1+ # Synth script taken from OpenROAD-flow-scripts with additional `flatten -separator _` line before synth command
2+
13source $::env(SCRIPTS_DIR) /synth_preamble.tcl
24read_checkpoint $::env(RESULTS_DIR) /1_synth.rtlil
35
@@ -24,7 +26,7 @@ if {[env_var_exists_and_non_empty SYNTH_OPERATIONS_ARGS]} {
2426 set synth_full_args [concat $synth_full_args " -extra-map $::env(FLOW_HOME) /platforms/common/lcu_kogge_stone.v" ]
2527}
2628
27- flatten -separator $
29+ flatten -separator _
2830
2931if {![env_var_equals SYNTH_HIERARCHICAL 1]} {
3032 # Perform standard coarse-level synthesis script, flatten right away
You can’t perform that action at this time.
0 commit comments