Skip to content
Snippets Groups Projects
Commit ba92d3d3 authored by Allen Pan's avatar Allen Pan
Browse files

correct constraints; remove explicit reference to sram lef

parent 6c1ac054
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ set_load -pin_load $ADK_TYPICAL_ON_CHIP_LOAD [all_outputs]
# your inputs.
set_driving_cell -no_design_rule \
-lib_cell $ADK_DRIVING_CELL [remove_from_collection [all_inputs]]
-lib_cell $ADK_DRIVING_CELL [all_inputs]
# set_input_delay constraints for input ports
# Make this non-zero to avoid hold buffers on input-registered designs
......
......@@ -26,8 +26,8 @@ parameters:
commands:
- cp inputs/adk/magicrc .magicrc
- cp inputs/adk/rtk-tech.lef rtk-tech-nolicon.lef
- sed -i '/LAYER licon/,/END licon/d' rtk-tech-nolicon.lef
# - cp inputs/adk/rtk-tech.lef rtk-tech-nolicon.lef
# - sed -i '/LAYER licon/,/END licon/d' rtk-tech-nolicon.lef
- cp -L inputs/design.def.gz design.def.gz
- gunzip design.def.gz
- sed -i 's/\//____/g' design.def # FIXME: Fix generated names properly in layout
......
lef read rtk-tech-nolicon.lef
lef read rtk-tech.lef
lef read inputs/adk/stdcells.lef
def read design.def
......
......@@ -30,7 +30,7 @@ set_load -pin_load $ADK_TYPICAL_ON_CHIP_LOAD [all_outputs]
# your inputs.
set_driving_cell -no_design_rule \
-lib_cell $ADK_DRIVING_CELL [remove_from_collection [all_inputs]]
-lib_cell $ADK_DRIVING_CELL [all_inputs]
# set_input_delay constraints for input ports
# Make this non-zero to avoid hold buffers on input-registered designs
......
lef read rtk-tech-nolicon.lef
lef read inputs/adk/rtk-tech.lef
lef read inputs/adk/stdcells.lef
lef read inputs/sky130_sram_1kbyte_1rw1r_32x256_8.lef
foreach f [glob -directory inputs *.lef] {
lef read $f
}
def read design.def
load $::env(design_name)
......
cif istyle sky130(vendor)
lef read inputs/sky130_sram_1kbyte_1rw1r_32x256_8.lef
foreach f [glob -directory inputs *.lef] {
lef read $f
}
gds noduplicates true
gds order true
......
cif istyle sky130(vendor)
lef read inputs/adk/stdcells.lef
lef read inputs/sky130_sram_1kbyte_1rw1r_32x256_8.lef
foreach f [glob -directory inputs *.lef] {
lef read $f
}
gds noduplicates true
gds order true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment