1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00

Simplifying synthesis flow

- Too many steps, some of them were "one line long"
This commit is contained in:
Andreas Olofsson 2016-04-15 17:37:32 -04:00
parent 53dea826bc
commit 8bfccdfd73
8 changed files with 10 additions and 25 deletions

View File

@ -1,2 +0,0 @@
source $env(EDA_HOME)/$OH_VENDOR/$OH_TOOL/04_setup_corners.tcl

View File

@ -1 +0,0 @@
source $env(EDA_HOME)/$OH_VENDOR/$OH_TOOL/06_check_design.tcl

View File

@ -61,46 +61,34 @@ source $LOCALPATH/02_read_design.tcl
source $LOCALPATH/03_read_constraints.tcl source $LOCALPATH/03_read_constraints.tcl
################################ ################################
# STEP4: SETUP CORNERS # STEP4: READ FLROOPLAN
################################ ################################
source $LOCALPATH/04_setup_corners.tcl source $LOCALPATH/04_floorplan.tcl
################################ ################################
# STEP5: READ FLROOPLAN # STEP5: COMPILE
################################ ################################
source $LOCALPATH/05_floorplan.tcl source $LOCALPATH/05_compile.tcl
################################ ################################
# STEP6: CHECK DESIGN # STEP6: DFT
################################ ################################
source $LOCALPATH/06_check_design.tcl source $LOCALPATH/06_dft.tcl
################################ ################################
# STEP7: COMPILE # STEP7: OPTIMIZE
################################ ################################
source $LOCALPATH/07_compile.tcl source $LOCALPATH/07_optimize.tcl
################################ ################################
# STEP8: DFT # STEP8: WRITE NETLIST/REPORTS
################################ ################################
source $LOCALPATH/08_dft.tcl source $LOCALPATH/08_signoff.tcl
################################
# STEP9: OPTIMIZE
################################
source $LOCALPATH/09_optimize.tcl
################################
# STEP10: WRITE NETLIST (AND OTHER FILES)
################################
source $LOCALPATH/10_write_netlist.tcl
#exit #exit