20.4.50 SmartPower Obsolete TCL Commands
smartpower_initialize_allclocks
This command was obsoleted in SmartPower v8.5. Update your script to use: smartpower_init_set_clocks_options to initialize the clock frequency options of all clock domains. smartpower_init_set_registers_options to initialize the frequency and probability of all register outputs. smartpower_init_set_set_reset_options to initialize the frequency and probability of all set/reset nets.
smartpower_init_set_primaryinputs_options to initialize the frequency and probability of all primary inputs. smartpower_init_set_combinational_options to initialize the frequency and probability of all combinational outputs.
smartpower_init_do to initialize the frequencies and probabilities for clocks, register outputs, set/reset nets, primary inputs, combinational outputs, enables and other sets of pins, and selects a mode for initialization.
The information below is obsolete and should only be used as reference. Update your scripts to use the TCL commands above.
Initializes the clock frequency and the data frequency of all clock domains with the initialization options.
smartpower_initialize_allclocks -with_clock_constraints {value} -with_clock_freq {value} - clock_freq {value} -with_data_freq {value} -data_freq {value}
