Hi all,
I've created a processor according to the online speedway training videos. Now, I would like to add my DSP module (in Verilog) to the embedded system so that the processor can control the DSP module.
My question is how to put the processor and my DSP module (in verilog) together? Do I create a top level (in Verilog) module and add both processor and DSP module into it? And then wire up the processor and DSP module like the normal way of designing top level module in Verilog?
Are there any tutorial about this?
Cheers,
kbkien