Skip to content

Commit 83a27c0

Browse files
committed
Move memories in LittleCat
1 parent e188fbc commit 83a27c0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

littlecat.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ MACROS:
1515
sky130_sram_1kbyte_1rw1r_32x256_8:
1616
instances:
1717
dmem.mem:
18-
location: [50, 920]
18+
location: [80, 950]
1919
orientation: N
2020
imem.mem:
21-
location: [50, 50]
21+
location: [80, 130]
2222
orientation: N
2323
gds: pdk_dir::libs.ref/sky130_sram_macros/gds/sky130_sram_1kbyte_1rw1r_32x256_8.gds
2424
lef: pdk_dir::libs.ref/sky130_sram_macros/lef/sky130_sram_1kbyte_1rw1r_32x256_8.lef
@@ -30,3 +30,5 @@ PRIMARY_GDSII_STREAMOUT_TOOL: klayout
3030
RUN_KLAYOUT_DRC: true
3131
RUN_MAGIC_DRC: false
3232
RUN_KLAYOUT_XOR: false
33+
34+
SYNTH_AUTONAME: true

soc-comm

0 commit comments

Comments
 (0)