AHDL

Example of a Circular Reference in a Parameters Statement



Circular reference:

PARAMETERS
(
   FOO = BAR,
   BAR = FOO
);

- Altera -

 

Created by chm2web html help conversion utility.