AHDL

Example of Function Prototypes for Primitives



The following example shows the default Function Prototype for a JKFF primitive:

FUNCTION JKFF (j, k, clk, clrn, prn)
   RETURNS (q);

The following example shows a modified Function Prototype for a JKFF primitive:

FUNCTION JKFF (k, j, clk, clrn, prn)
   RETURNS (q);

- Altera -

 

Created by chm2web html help conversion utility.