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 agoI've seen problems where adding and removing custom instructions causes them to get added multiple times (with an increasing numeric suffix each time).
The only way I could remove them was by hand editing the sopc file!