2014-01-03 03:52:44 -06:00
|
|
|
proc;
|
2014-02-12 06:38:28 -06:00
|
|
|
opt; opt_const -mux_undef; opt;
|
2014-01-14 05:03:53 -06:00
|
|
|
rename -hide;;;
|
2014-01-03 03:52:44 -06:00
|
|
|
#converting pmux to mux
|
2014-01-24 08:52:16 -06:00
|
|
|
techmap -share_map pmux2mux.v;;
|
2014-02-12 06:38:28 -06:00
|
|
|
#explicit type conversion
|
|
|
|
splice; opt;
|
|
|
|
#extracting memories;
|
2014-02-11 06:06:01 -06:00
|
|
|
memory_dff -wr_only; memory_collect;;
|
2014-01-03 03:52:44 -06:00
|
|
|
#flatten design
|
2014-01-17 12:32:35 -06:00
|
|
|
flatten;;
|
|
|
|
#converting asyn memory write to syn memory
|
|
|
|
memory_unpack;
|
2014-01-14 05:03:53 -06:00
|
|
|
#cell output to be a single wire
|
|
|
|
splitnets -driver;
|
2014-01-18 14:54:52 -06:00
|
|
|
setundef -zero -undriven;
|
2014-01-14 05:03:53 -06:00
|
|
|
opt;;;
|
2014-01-18 14:54:52 -06:00
|
|
|
|