Skip to content

Commit

Permalink
fix linter error (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: vijayank88 <[email protected]>
  • Loading branch information
vijayank88 authored Sep 2, 2023
1 parent c16178f commit f1554e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openlane-tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.08.23
2023.09.01
2 changes: 2 additions & 0 deletions scripts/fossiAES/config.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ cd [file dirname [file normalize [info script]]]
set ::env(CARAVEL_ROOT) "$::env(DESIGN_DIR)/caravel"
set ::env(DESIGN_IS_CORE) 1
set ::env(FP_IO_UNMATCHED_ERROR) 0
set ::env(QUIT_ON_LINTER_ERRORS) 0
set ::env(QUIT_ON_SYNTH_CHECKS) 0
source $::env(DESIGN_DIR)/openlane/aes/config.tcl
1 change: 1 addition & 0 deletions scripts/fossiAES/setup-flow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
sed -i '/::env(DESIGN_IS_CORE)/d' ${design_dir}/openlane/aes/config.tcl
sed -i '/::env(GLB_RT_MAXLAYER)/d' ${design_dir}/openlane/aes/config.tcl
sed -i '/::env(RT_MAX_LAYER)/d' ${design_dir}/openlane/aes/config.tcl
sed -i '/::env(DIODE_INSERTION_STRATEGY)/d' ${design_dir}/openlane/aes/config.tcl
sed -i 's/GLB_RT/GRT/g' ${design_dir}/openlane/aes/config.tcl

0 comments on commit f1554e5

Please sign in to comment.