Forum Discussion
Altera_Forum
Honored Contributor
11 years agocustom instruction not working in 13.1.3
I have a simple combinatorial custom instruction that works fine under quartos 9.1. However (qsys in) quartos 13.1.3 doesn't generate the right logic. I've not tried quartos 14.x because I'm usi...
Altera_Forum
Honored Contributor
11 years agoI think this is a case where the documentation isn't explicit that you can't do it, but your use of 'b' is not what they were expecting.
Taking your code as-is, both Qsys and Quartus have warnings about 'b' (for example, "Explicitly unconnected" in the Quartus Port Connectivity Checks report). I'm using 14.0 but if you read the top-level Qsys file, you'll see the port not connected. If you add the 'readrb', the warnings go away and the port is connected in the top-level. Not sure if it will behave as you expect however.