|
In this example, the active-low PRN pin of the Quartus® II DFF primitive must be driven by VCC to become inactive. The placeholder is the global high or global low signal defined by the EDA tool.
BEGIN FUNCTION dff (CLRN, CLK, D, PRN) RETURNS (Q) FUNCTION "LS174" ("-CL", "CLOCK", "D<0>", "VCC") RETURN ("Q<0>") END
- PLDWorld - |
|
Created by chm2web html help conversion utility. |