Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDid you debug this in a testbench?
Did you heed the synthesis warning about infered latches in your "second" process? you have signals here that are not set in all processes, which means latches will be infered (which are not a good idea). Other points of concern - why do you have an unused inout port? why do you have in ports that default to 'Z'? Why do you have a logic generated clock output?