Forum Discussion
Altera_Forum
Honored Contributor
12 years agoMulticycle custom instruction repeated calls, hangs, signals
Hello, I have some problems with a multicycle custom instruction. I'm using a Terasic DE1 board with Quartus II 13.01 64 bit on Ubuntu 12.04. I've started with the NIOS II system for "count...
Altera_Forum
Honored Contributor
12 years agoTry finding your custom instruction on the RTL viewer.
For combinatorial ones it shows quite cleary how they connect to the main cpu. Signaltap might also be informative. I'm not vhdl expert, but I'd have thought that you'd need to set DONE to zero in the reset clause - setting things to 'U' is probably only relevenant for simulation.