Questions about mSGDMA
Hi, all! I'm currently learning how to implement data transfer using mSGDMA and have created a Qsys project for simulation verification. However, the simulation results show that the mSGDMA isn't functioning properly, and I need some assistance. Below is my system view (with mSGDMA mode set to MM->MM): During simulation, I performed the following steps: 1. Wrote data to address 0 of mem_s1 (32-bit data width), corresponding to the Avalon-MM address 20'b0. 2. Configured the mSGDMA descriptor with: Read address: 20'b0. Write address: 20'hF0000 (address 0 of mem_s2) .Transfer length: 4 bytes. However, the data transfer did not occur. Below are the simulation results: Anpeng750Views0likes4Comments