The statement:
(Clock='1' and Clock'event)
is'nt equal to:
RISING_EDGE(clock)
This last statement is more rigorous,
remember...
std_logic can have nine diferent values,
then you can also use: (Clock='1' and Clock'event) and Clock'last_event='0' in the sequential process.
No hay comentarios:
Publicar un comentario