Thanks jmxntg,
It sounds like the code is OK, it's just the way it's simulated on Max Plus. I have tried Quartus II and the code simulates OK. Thanks again.
Howard
Hello,
The following code comes from the Altera web site. It indicates the implementation is incorrect. It seems to simulate OK. Can anyone tell me what's wrong with it?
ENTITY dff IS
PORT(
enable : IN BIT;
d, clk : IN BIT;
q : OUT BIT
);
END dff...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.