Forum Discussion
Altera_Forum
Honored Contributor
19 years agonew module problem on SOPC
Hi, I have a problem with a module (with datain, dataout, rd,wr,cs,clk,....etc.) that I made and I want to use it in SOPC as a new device. The problem is in the interface with the software C, ...
Altera_Forum
Honored Contributor
19 years agoPlace in the component a register with a constant value and read it first. Try some simple RW registers first, before testing the final component. Simulate (for example ModelSim or Quartus integrated simulator) the component before using it.
You may try adding signal tap to check signals inside your component. You may have common problems with accessing the cache instead of the actual component, but this is not expected for components that are not memory. IzI