Skip to content

Commit 058248a

Browse files
committed
sram-64x16: use worst corner and remove unused SRAM
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 90bf184 commit 058248a

File tree

4 files changed

+226
-786
lines changed

4 files changed

+226
-786
lines changed

flow/designs/asap7/sram-64x16/config.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ export PLATFORM = asap7
1010

1111
export PLACE_DENSITY = 0.30
1212

13+
# match SRAM
14+
export CORNER = WC
15+
1316
# Pins location, obstruction settings
1417
export ADDITIONAL_LEFS = designs/asap7/sram-64x16/lef/SRAM2RW16x32_x4.lef
1518
# voltage, and temperature (PVT) corner for setup and hold timing analysis
1619
# contain descriptions of what each pin does, the delays depending on the load given in tables, and power information
1720
# choose one 'corner'
1821
export ADDITIONAL_LIBS = designs/asap7/sram-64x16/lib/SRAM2RW16x32_lib/SRAM2RW16x32_PVT_0P63V_100C.lib
19-
# lib/SRAM2RW16x32_lib/SRAM2RW16x32_PVT_0P77V_0C.lib
2022
# Entire detailed layout
2123
export ADDITIONAL_GDS = designs/asap7/sram-64x16/gds/SRAM2RW16x32_x4.gds
2224

0 commit comments

Comments
 (0)