Skip to content

Commit cf7461e

Browse files
committed
ihp-sg13g2/riscv32i: USE_FILL fix
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent ed05b57 commit cf7461e

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)