Skip to content

Commit 1a58cda

Browse files
authored
Merge pull request The-OpenROAD-Project#3603 from Pinata-Consulting/export-sucker-punch
ihp-sg13g2/riscv32i: USE_FILL fix
2 parents ed05b57 + cf7461e commit 1a58cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/designs/ihp-sg13g2/riscv32i/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export PLATFORM = ihp-sg13g2
55
export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/*.v))
66
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
77

8-
export USE_FILL 1
8+
export USE_FILL = 1
99

1010
export CORE_UTILIZATION = 35
1111
export PLACE_DENSITY_LB_ADDON = 0.2

0 commit comments

Comments
 (0)