Forum Discussion
Altera_Forum
Honored Contributor
12 years agocustom instruction
Hello world; I have created my first custom IP for matrix multiplication, and i want to access it using a custom instruction, how can I make this?, my IP is compatible with the avalon bus interfac...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Given that the matrix multiply won't be quick, you really want an interface that will allow it to progress asynchronously. --- Quote End --- Both custom instruction and Avalon-MM support either asynchronous or synchronous styles of execution.