mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-14 06:42:54 +08:00
Added opt scripts for Vivado
This commit is contained in:
parent
4eae34a978
commit
ccf136a5b9
9
scripts/opt_design.tcl
Normal file
9
scripts/opt_design.tcl
Normal file
@ -0,0 +1,9 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# opt_design.tcl
|
||||
# published as part of https://github.com/pConst/basic_verilog
|
||||
# Konstantin Pavlov, pavlovconst@gmail.com
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
opt_design -directive ExploreWithRemap
|
||||
opt_design -aggressive_remap -resynth_remap -propconst -bufg_opt -mbufg_opt
|
||||
|
9
scripts/phys_opt_design.tcl
Normal file
9
scripts/phys_opt_design.tcl
Normal file
@ -0,0 +1,9 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# phys_opt_design.tcl
|
||||
# published as part of https://github.com/pConst/basic_verilog
|
||||
# Konstantin Pavlov, pavlovconst@gmail.com
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
phys_opt_design -directive AddRetime
|
||||
phys_opt_design -directive AggressiveExplore
|
||||
|
Loading…
x
Reference in New Issue
Block a user