Forum Discussion
Altera_Forum
Honored Contributor
13 years agoOK, I changed the way my drive clock was instantiated and now it works. Originally I had it cleared in a one-off process, then toggled in an always process. This seems to leave some sort of 'unknown' in the high state, where it doesn't drive as a forced '1'. Solution seemed to be to initialise the clock in the declaration statement instead. Also shifted the reset pulse to after the start. The altera_mf library was required, so thanks to everybody