Forum Discussion
Altera_Forum
Honored Contributor
21 years agoFast data access with Nios II ?
I have tried to quickly access external data with a custom instruction. After I have realized, that 1 cycle-custom-instructions cannot have external connections, I implemented a 2-cycle custom instru...
Altera_Forum
Honored Contributor
21 years agoHi BadOmen,
my custom-instruction-logic itself needs one cycle (i.e. it has one pipeline-stage), so it should be possible to implement it as an instruction that execute in 2 cycles (in fact I could also realize it without an pipeline-delay, as the data is already there before the instruction starts, but Nios2 does not allow me to have an external interface for 1-cycle instructions. Regards Thomas