Skip to content

Commit cb72613

Browse files
committed
feat: add sealring
1 parent 9764e18 commit cb72613

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

designs/ihp-sg13g2/tt-chip/config.mk

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ export DESIGN_NAME = tt_top
33
export PLATFORM = ihp-sg13g2
44
export PROJECTS_HOME = $(DESIGN_HOME)/../projects
55

6+
export SEAL_GDS = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/macros/sealring/gds/sealring.gds
7+
68
export VERILOG_FILES = $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/tt_top.v \
79
$(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/basic_mux.v \
810
$(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/wrappers/p00_wrapper.v \
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Seal ring
2+
3+
Seal ring generated with KLayout SG13 sealring library, using the following parameters:
4+
5+
- Length: 2150u
6+
- Width: 2150u
7+
8+
Other parameters left at default values.
Binary file not shown.

0 commit comments

Comments
 (0)