Skip to content

Commit 68270ef

Browse files
committed
workflows: change directory name for synth.tcl and add source note
1 parent 0810ac9 commit 68270ef

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/static-power-analysis-flow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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: |

temp/synth.tcl renamed to scripts/synth.tcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Synth script taken from OpenROAD-flow-scripts with additional `flatten -separator _` line before synth command
2+
13
source $::env(SCRIPTS_DIR)/synth_preamble.tcl
24
read_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

2931
if {![env_var_equals SYNTH_HIERARCHICAL 1]} {
3032
# Perform standard coarse-level synthesis script, flatten right away

0 commit comments

Comments
 (0)