File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ------------------------------------------------------------------------------
2
+ # opt_design.tcl
3
+ # published as part of https://github.com/pConst/basic_verilog
4
+ # Konstantin Pavlov, pavlovconst@gmail.com
5
+ # ------------------------------------------------------------------------------
6
+
7
+ opt_design -directive ExploreWithRemap
8
+ opt_design -aggressive_remap -resynth_remap -propconst -bufg_opt -mbufg_opt
9
+
Original file line number Diff line number Diff line change
1
+ # ------------------------------------------------------------------------------
2
+ # phys_opt_design.tcl
3
+ # published as part of https://github.com/pConst/basic_verilog
4
+ # Konstantin Pavlov, pavlovconst@gmail.com
5
+ # ------------------------------------------------------------------------------
6
+
7
+ phys_opt_design -directive AddRetime
8
+ phys_opt_design -directive AggressiveExplore
9
+
You can’t perform that action at this time.
0 commit comments