Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHave you made sure that you aren't holding the component in reset? I see that you have used a "if reset = '1' then" jobby. Whenever I've written components I've always opted for a "if reset = '0' then". I do this as the examples I learned from all used active low reset. Just a suggestion, and apologies if this is a rubbish suggestion.....