CAlex
Contributor
2 years agoAvalon mm pipeline bridge problem: multible write
Hi,
Im using CycloneVsoc link lwh2f(32bit) ---> Avalon mm pipeline bridge(32bit) -----> MyIP core(8bit)
the following is the signal tap result:
When I ran alt_write_byte for one time in the timer IRQ.
Here is my verilog logic:
The port reset_wr here should be only one pulse signal when I wrote to the FPGA module.
The other problem is that writedata signal should be at 0b01---->0b11------->0b01------> loop
yet signal tap didnt catch the value.
It change from 01 to 00 for severial times.
Writedata[1] should be at 0 until I write.
Could you please help me with that?
Thank you.
Reguards
Alex