Forum Discussion
Altera_Forum
Honored Contributor
21 years agoDoes Nios II custom instruction need clk_enable?
Hi all!!! http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/rolleyes.gif I have a Nios II project with 3 custom instructions that export the signals to a shared user logic, out of...
Altera_Forum
Honored Contributor
21 years agoIf I understood the question correctly, yes you should be using seperate clk enables. That's how your custom instruction hardware knows that the data is for it (the ALU signals are not going to get masked from your hardware so other custom instructions or the ALU itself could cause your hardware to "start").
If I misunderstood your question I apologize (I'll take another crack at it if I did).