Forum Discussion
Altera_Forum
Honored Contributor
21 years agoStrange clock cycle delay in Custom instruction
Hi all!! I implemented a custom instruction with the "Multi-Cycle Custom Instruction" technique. I used: clock, clk_en, reset, start, dataa[31..0], result[31..0]. My custom instruction p...
Altera_Forum
Honored Contributor
21 years agoHi,
My thought : If you use a multicycle instruction is it at minimum 2 cycles. The first is for setting up the data at your data input ports (from the register file), the second is to wait until it sees the ready signal. I did approximatly the same, and have also a minimum of 2 cycles. STefaan