Skip to content

Commit 90d9325

Browse files
committed
update layouts to 128B
1 parent ca18f82 commit 90d9325

File tree

7 files changed

+797
-11
lines changed

7 files changed

+797
-11
lines changed

src/config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"CLOCK_NET": ["ui_in[3]", "ui_in[4]"],
3535
"FALLBACK_SDC_FILE": "src/project.sdc",
3636
"DESIGN_NAME" : "tt_um_openram_top",
37-
"EXTRA_LEFS" : ["src/sky130_sram_256B_1rw_32x64.lef"],
38-
"EXTRA_GDS" : ["src/sky130_sram_256B_1rw_32x64.gds"],
37+
"EXTRA_LEFS" : ["src/sky130_sram_128B_1rw_32x32.lef"],
38+
"EXTRA_GDS" : ["src/sky130_sram_128B_1rw_32x32.gds"],
3939

4040
"MACROS": {
41-
"sky130_sram_256B_1rw_32x64": {
41+
"sky130_sram_128B_1rw_32x32": {
4242
"instances": {
4343
"SRAM": {
4444
"location": [
@@ -49,13 +49,13 @@
4949
}
5050
},
5151
"gds": [
52-
"src/sky130_sram_256B_1rw_32x64.gds"
52+
"src/sky130_sram_128B_1rw_32x32.gds"
5353
],
5454
"lef": [
55-
"src/sky130_sram_256B_1rw_32x64.lef"
55+
"src/sky130_sram_128B_1rw_32x32.lef"
5656
],
5757
"nl": [
58-
"src/sky130_sram_256B_1rw_32x64.v"
58+
"src/sky130_sram_128B_1rw_32x32.v"
5959
],
6060
"lib": {},
6161
"spice": [],

src/sky130_sram_256B_1rw_32x64.lef renamed to src/new.lef

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ VERSION 5.7 ;
22
NOWIREEXTENSIONATPIN ON ;
33
DIVIDERCHAR "/" ;
44
BUSBITCHARS "[]" ;
5-
MACRO sky130_sram_256B_1rw_32x64
5+
MACRO sky130_sram_128B_1rw_32x32
66
CLASS BLOCK ;
7-
FOREIGN sky130_sram_256B_1rw_32x64 ;
7+
FOREIGN sky130_sram_128B_1rw_32x32 ;
88
ORIGIN 0.000 0.000 ;
99
SIZE 310.680 BY 167.570 ;
1010
SYMMETRY X Y R90 ;
@@ -705,6 +705,6 @@ MACRO sky130_sram_256B_1rw_32x64
705705
RECT 34.010 0.610 49.730 0.620 ;
706706
RECT 304.860 0.000 308.940 3.480 ;
707707
END
708-
END sky130_sram_256B_1rw_32x64
708+
END sky130_sram_128B_1rw_32x32
709709
END LIBRARY
710710

src/project.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
`default_nettype none
77
//`timescale 1ns / 1ps
8-
`include "sky130_sram_256B_1rw_32x64.v"
8+
`include "sky130_sram_128B_1rw_32x32.v"
99
`include "scan_chain_2ph.v"
1010
`include "defs.v"
1111
module tt_um_openram_top (
@@ -57,7 +57,7 @@ assign uo_out[1] = scan_data_out[0];
5757
assign uo_out[0] = scan_out;
5858

5959

60-
sky130_sram_256B_1rw_32x64 SRAM
60+
sky130_sram_128B_1rw_32x32 SRAM
6161
(
6262
`ifdef USE_POWER_PINS
6363
.vccd1(VPWR),

src/sky130_sram_128B_1rw_32x32.gds

2.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)