Forum Discussion
Altera_Forum
Honored Contributor
15 years agoyou process only runs once and then does nothing, so it is not changing during simulation. to fix it you need to do the following:
1. make the process sensive to "N_OE". 2. Delete the wait at the end of the process (you dont want any waits inside the process) 3. put the testdata assignment outside of the process. This should make it work.