HELP!!!Question about Avalon MM Slave Template Use
hi, I'm trying to have a coprocessor (that I built in Verilog and want to deploy on a FPGA) interact with a Nios II Processor System. By now I used the Altera Avalon MM Slave template so I can expose the I/O wires from the Coprocessor as memory locations to the Nios Processor (and to the C program). Now I was wondering....is this enough? I mean, if for example I initialize in C a pointer to the memory location pointed by my avalon slave base address and write something to it (thus writing, I think, into its first register which I selected to be an output register with loopback) It should automatically bring the same bits I wrote into the memory location into the related wires out of the sopc link (by means of the conduit interface wires that i connected to the co-processor), and then let me read the data themself into the Nios Build Tools memory debug viewer (because I set it as Output with Loopback), right?