Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#2168 from The-OpenROAD-Projec…
Browse files Browse the repository at this point in the history
…t-staging/mpl2-signature-ng45-ariane136

For ng45/ariane136 use -signature_net_threshold 30
  • Loading branch information
maliberty authored Jul 21, 2024
2 parents 5d37deb + 8634304 commit 8ee89c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions flow/designs/nangate45/ariane136/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export RTLMP_MAX_INST = 30000
export RTLMP_MIN_INST = 5000
export RTLMP_MAX_MACRO = 16
export RTLMP_MIN_MACRO = 4
export RTLMP_SIGNATURE_NET_THRESHOLD = 30

export VERILOG_FILES = ./designs/src/$(DESIGN_NICKNAME)/ariane.sv2v.v \
./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/macros.v
Expand Down
4 changes: 4 additions & 0 deletions flow/scripts/macro_place_util.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ if {[find_macros] != ""} {
if { [info exists ::env(RTLMP_MIN_AR)]} {
append additional_rtlmp_args " -min_ar $env(RTLMP_MIN_AR)"
}
if { [info exists ::env(RTLMP_SIGNATURE_NET_THRESHOLD)]} {
append additional_rtlmp_args \
" -signature_net_threshold $env(RTLMP_SIGNATURE_NET_THRESHOLD)"
}
if { [info exists ::env(RTLMP_AREA_WT)]} {
append additional_rtlmp_args " -area_weight $env(RTLMP_AREA_WT)"
}
Expand Down

0 comments on commit 8ee89c3

Please sign in to comment.