Commit b744c33e by sakundu

Updated DEF and SDC of Ariane133-ASAP7

Signed-off-by: sakundu <sakundu@ucsd.edu>
parent 79206158
#period set in nano-seconds - currently: 4ns = 250 MHz freq #period set in nano-seconds - currently: 4ns = 250 MHz freq
set clk_period 4000 set clk_period 900
if { [info exists ::env(CLK_PERIOD)] } { if { [info exists ::env(CLK_PERIOD)] } {
set clk_period $::env(CLK_PERIOD) set clk_period $::env(CLK_PERIOD)
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -20,5 +20,5 @@ set GEN_EFF medium ...@@ -20,5 +20,5 @@ set GEN_EFF medium
set MAP_EFF high set MAP_EFF high
# #
set SITE "asap7sc7p5t" set SITE "asap7sc7p5t"
set HALO_WIDTH 2 set HALO_WIDTH 1
set TOP_ROUTING_LAYER 7 set TOP_ROUTING_LAYER 7
# This script was written and developed by ABKGroup students at UCSD. However, the underlying commands and reports are copyrighted by Cadence. # This script was written and developed by ABKGroup students at UCSD. However, the underlying commands and reports are copyrighted by Cadence.
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators. # We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.
setLibraryUnit -time 1ps
create_library_set -name WC_LIB -timing $libworst create_library_set -name WC_LIB -timing $libworst
create_library_set -name BC_LIB -timing $libbest create_library_set -name BC_LIB -timing $libbest
......
#!/bin/bash
# This script was written and developed by ABKGroup students at UCSD. However, the underlying commands and reports are copyrighted by Cadence. # This script was written and developed by ABKGroup students at UCSD. However, the underlying commands and reports are copyrighted by Cadence.
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators. # We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.
#!/bin/tcsh #!/bin/tcsh
......
...@@ -50,4 +50,4 @@ proc place_pins { {side 0} {pin_list ""} {perc 0.6}} { ...@@ -50,4 +50,4 @@ proc place_pins { {side 0} {pin_list ""} {perc 0.6}} {
set pt2 [list $x2 $y2] set pt2 [list $x2 $y2]
editPin -pin $pin_list -edge $side -start $pt1 -end $pt2 -fixedPin -layer $pin_layer -spreadDirection clockwise -pattern fill_optimised editPin -pin $pin_list -edge $side -start $pt1 -end $pt2 -fixedPin -layer $pin_layer -spreadDirection clockwise -pattern fill_optimised
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment