Skip to content

Commit 984df97

Browse files
committed
tools: update cockpitrc
1 parent 5aecd2d commit 984df97

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.cockpitrc

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[cockpit]
22
# Do not change this section
3-
config = 2025-2
3+
config = 2026
44

55
# Still Work in Progress
66

@@ -17,6 +17,7 @@
1717
# SG13G2_1.2.10
1818
# SG13G2_1.2.13
1919
# SG13G2_1.3.1
20+
# SG13CMOS5L_1.3.1
2021
#
2122
# IO cell : ixc013g2_iocell_rev0.0.2
2223
# ixc013g2_iocell_rev0.0.4
@@ -25,7 +26,9 @@
2526
# ixc013g2_iocell_rev1.2.1
2627
# open_io_v0.1
2728
# open_io_v0.2
29+
# sg13g2camos5l_io_v0.2
2830
# bondpad : bondpad_70x70_v0
31+
# bondpad5l_70x70_v0
2932
#
3033
# STD cell : ixc013g2ng_stdcell_rev0.0.4
3134
# ixc013g2ng_stdcell_rev0.0.6
@@ -38,7 +41,10 @@
3841
# open_stdcell_v3.0
3942
# open_stdcell_v3.1
4043
# open_stdcell_v3.2
44+
# open_stdcell_rev0.1.3
4145
# ez130_8t_stdcell_v0
46+
# ez130_8t_stdcell_v0.12
47+
# ez130_8t_stdcell_v1.0
4248
#
4349
# memories : RM_IHPSG13_v1.0
4450
# RM_IHPSG13_v2.0
@@ -51,14 +57,10 @@
5157
#
5258

5359
libs = SG13G2_1.3.1 \
54-
open_stdcell_v3.2 \
60+
open_stdcell_rev0.1.3 \
5561
open_io_v0.2 \
5662
open_sram_v2.1
5763

58-
59-
# send an e-mail to <dz@ethz.ch> to ask for macros. Currently available
60-
# macro datasheets are available under:
61-
# /usr/pack/ihp-sg13-kgf/open_ihp_sg13g2/IHP-Open-PDK-main_v2.0/sg13g2_sram
6264

6365
macros = RM_IHPSG13_1P_1024x64_c2_bm_bist \
6466
RM_IHPSG13_1P_2048x64_c2_bm_bist \
@@ -87,7 +89,7 @@
8789
innovus = innovus-21
8890
dfii = ic-6
8991
calibre = calibre-2021.3
90-
oseda = oseda -2025.07
92+
oseda = oseda -2025.12
9193

9294
[command]
9395
# Startup commands available through the GUI buttons.
@@ -105,8 +107,8 @@
105107
innovus = xterm -g 136x40 -T innovus-21.13 -e "cds_innovus-21.13.000 innovus"
106108
calibre = xterm -g 120x40 -T calibredrv-2021.3 -e "./start_calibre 2021.3"
107109
dfii = ./start_dfii
108-
yosys = xterm -g 120x40 -T yosys -e "oseda -2025.07 yosys -C"
109-
openroad = xterm -g 120x40 -T openroad -e "oseda -2025.07 openroad -gui"
110-
klayout = xterm -g 120x40 -T klayout -e "setenv KLAYOUT_HOME ./.klayout; oseda -2025.07 klayout -e"
110+
yosys = xterm -g 120x40 -T yosys -e "oseda -2025.12 yosys -C"
111+
openroad = xterm -g 120x40 -T openroad -e "oseda -2025.12 openroad -gui"
112+
klayout = xterm -g 120x40 -T klayout -e "setenv KLAYOUT_HOME ./.klayout; oseda -2025.12 klayout -e"
111113
dz:llama = llama
112114

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.bender
2-
tmp
2+
tmp
3+
*.log

0 commit comments

Comments
 (0)