Skip to content

Commit 68c6382

Browse files
committed
fix path the sealring file
Signed-off-by: Matt Liberty <[email protected]>
1 parent 0cb25f2 commit 68c6382

File tree

1 file changed

+1
-1
lines changed
  • flow/designs/ihp-sg13g2/i2c-gpio-expander

1 file changed

+1
-1
lines changed

flow/designs/ihp-sg13g2/i2c-gpio-expander/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export VERILOG_FILES = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/$(DESIGN_NA
66
$(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/I2cGpioExpander.v
77
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
88

9-
export SEAL_GDS = sealring.gds.gz
9+
export SEAL_GDS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/sealring.gds.gz
1010

1111
export DIE_AREA = 0.0 0.0 1050.0 1050.0
1212
export CORE_AREA = 425.28 427.16 631.2 630.24

0 commit comments

Comments
 (0)