Intel® Quartus® Prime Standard Edition User Guide: Third-party Synthesis
Visible to Intel only — GUID: mwh1409959983139
Ixiasoft
Visible to Intel only — GUID: mwh1409959983139
Ixiasoft
1.9.5.8. syn_direct_enable
To use this attribute as a compiler directive to infer registers with clock enables, enter the syn_direct_enable directive in your source code, instead of the SCOPE spreadsheet.
The syn_direct_enable data type is Boolean. A value of 1 or true enables net assignment to the clock-enable pin. The following is the syntax for Verilog HDL:
object /* synthesis syn_direct_enable = 1 */ ;