Unable to write to on-chip memory using Avalon Write Master.
Hello,
I am trying to write to an on-chip memory using Avalon Write Master Intel FPGA IP ( dma_write_master version 19.2.0, a sub-core of mSGDMA ) configured as stream to memory-map.
- I am exporting all the channels (Command_sink, Data_sink, Data_Write_Master, Response_Source) and driving them through a test bench.
- I am configuring the 256-bit command_sink_data ( As per the user guide of mSGDMA "Extended Descriptor Format", Table-314 ).
In simulation waveform, I can see appropriate transitions and correct values on master_writedata, master_byteenable, master_write signals but do not see any transition/correct values in the address line ( i.e master_address).
-I tried for both burst mode and stride mode configurations separately, but do not see correct address where I want to write, which I provide in command_sink "write address" field.
Can anybody suggest where I am going wrong or how to solve this issue ?
Thanks,
Ashish.