Visible to Intel only — GUID: edh1631912663233
Ixiasoft
Visible to Intel only — GUID: edh1631912663233
Ixiasoft
2.8.2.2.1. HDL Implementation
Preserve for Debug Pragma defines the preserve for debug pragma and .qsf assignment setting.
Term | Equivalent (.qsf) Setting | Description |
---|---|---|
preserve_for_debug | PRESERVE_FOR_DEBUG | Prevents the Fitter from optimizing away a register or combinational signal. The pragma also prevents any retiming, merging, and duplication optimization. This optimization prevention applies when the setting, PRESERVE_FOR_DEBUG_ENABLE is ON. |
Add HDL pragmas to Verilog HDL design files in the following way:
(* preserve_for_debug *) reg my_reg;
Add HDL attributes to VHDL design files in the following way:
signal keep_wire : std_logic; attribute keep: boolean; attribute keep of keep_wire: signal is true;
Did you find the information on this page useful?
Feedback Message
Characters remaining: