dont_optimize [{ option }];
[{ option }]
Specifies the netlist optimization option to turn off and preserve.
Option |
Description |
buffer |
Removes all buffers in the design, provided you have not exceeded the maximum fan-out |
inverter |
Removes all inverters in the design, provided you have not exceeded the maximum fan-out |
const |
Replaces all logical elements with one or more inputs connected to a constant (logical “1” or “0”) by the appropriate logic function. If the replacement logic function is identified as an inverter or buffer, that element is removed. |
dangling |
Recursively removes all cells driving unconnected nets |
None
dont_optimize buffer inverter;