Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiteDRAMDMAWriter cannot write accurate data to a specific address? #336

Open
Prigana opened this issue Apr 25, 2023 · 0 comments
Open

LiteDRAMDMAWriter cannot write accurate data to a specific address? #336

Prigana opened this issue Apr 25, 2023 · 0 comments

Comments

@Prigana
Copy link

Prigana commented Apr 25, 2023

Hello,

I use the LiteDRAMDMAWriter module of Litedram.dma . I have a problem, I would like to transmit data acquired in hard and write them in my ram without going through the soft side. For that, I wanted to try the LiteDramDmaWriter module with basic tests like writing (with sink.data) to a precise address (with sink.address) but it does not work. I checked that my sdram is well initialized.

My question is: is it possible to write just one byte to a specific address using the LiteDRAMDMAWriter module only in hardcore in python without going through softcore (except for the initialization of the sdram)?

Here is an example of a writing request I made in an fsm :
image

Here is my module initialization:
image

I set the valid to 1
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant