Unsupported Features

greenspun.com : LUSENET : ece342 : One Thread

When specifying a clock for sequential circuits, counters, etc., keep in mind that the Altera devices do not contain flip-flops that will trigger on both the positive and negative clock edges.

This means that you cannot use just (clk'EVENT), but must use (clk'EVENT and clk = '1').

-- Steven Caranci (caranci@eecg.toronto.edu), January 27, 1999


Moderation questions? read the FAQ