Forum Discussion
Altera_Forum
Honored Contributor
7 years agoHow is test_vector reader instantiated? Have you accidently set NBITs really high?
Have you tried debugging to find whats causing the issue? you can often find it by commenting out code until the problem goes away, or commenting it all out and adding it bit by bit until the problem happens again. Couple comments on the code though: What does ref do? Why do you have 2 waits in the process? The process will halt forever at the first one.