AHDL

Boolean Control Equations



Control equations are Boolean equations used in the Logic Section to set up the state machine clock, reset, and clock enable signals.

The following examples show Boolean control equations:

ss.clk = clk1;
ss.reset = a & b;
ss.ena = clk1ena;

Boolean control equations have the following characteristics:


Back to Top

- Altera -

 

Created by chm2web html help conversion utility.