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
14 years agoDon't use two clocks in the same process. Just read and act on the trigger input inside the "elsif (clk_pulse'event and clk_pulse='1')" part of the process.