Forum Discussion
Altera_Forum
Honored Contributor
15 years agoQuestion about a simple combinationnal custom instruction
I'm trying to build a very simple custom instruction based on this piece of code : module or_ci ( ncs_test_dataa, ncs_test_datab, ncs_test_result ); input [31:0] ncs_test_dataa; ...
Altera_Forum
Honored Contributor
15 years agoIt seems you're right. I started again from scratch and it worked fine.
By the way, is there a way to edit a custom instruction ? (For a custom logic block, i can edit the component listed in the component library but for an instruction, i didn't find the way to do it).