Forum Discussion
Altera_Forum
Honored Contributor
19 years agoMultiple Distinct Clocks Error
Hello everyone, I am trying to write some code to use the debounced keys on the Altera DE2 board. I have spent days on the same error: "Error (10820): Netlist error at lab1.vhd(49): can't infe...
Altera_Forum
Honored Contributor
19 years agoYou are right, you need the tick-event. That line means the clock has changed and it is nowt a '1'. Without the 'event, it just means when the clock is high, update this process, more like a transparent latch.
Take those signal assignments at the end and move them up just enough to be inside the clock edge if statement. This will make them rising edge registers.