GithubHelp home page GithubHelp logo

Comments (6)

kgugala avatar kgugala commented on July 25, 2024 1

@kabrodzki I made a fork. You should be able to push there.

As for more info about the DMA you can always ask the author @piotr-binkowski

from 2d-gpu.

rw1nkler avatar rw1nkler commented on July 25, 2024 1

I don't know if this will be useful, but LiteX is able to convert the AXI to wishbone:
https://github.com/enjoy-digital/litex/blob/master/litex/soc/interconnect/axi.py#L403

But this is like a wrapper on a wrapper, so maybe there is a better option.

from 2d-gpu.

kabrodzki avatar kabrodzki commented on July 25, 2024

Can we fork this fastVDMA project? After some quick test I see that we need to change the configuration to use the Wishbone, because now it's generating the verilog source for AXI4
DMATop.scala:

  val csrFrontend = Module(new AXI4LiteCSR(DMATop.addrWidth))
  val readerFrontend = Module(new AXIStreamSlave(DMATop.addrWidth, DMATop.readDataWidth))
  val writerFrontend = Module(new AXI4Writer(DMATop.addrWidth, DMATop.writeDataWidth))

I am also not quite sure how can we test the wrapper alone. I remember that @kgugala mentioned that there is some more extensive paper on this project (I mean more extensive than this and this)

from 2d-gpu.

kabrodzki avatar kabrodzki commented on July 25, 2024

I created the repo for the wrapper and uploaded the "Link layer", but I'm not quite sure how to go from there.

from 2d-gpu.

kgugala avatar kgugala commented on July 25, 2024

now you should include the DMA in the LiteX system you're working on, so you can access DMA's registers from the CPU

from 2d-gpu.

piotr-binkowski avatar piotr-binkowski commented on July 25, 2024

you will also need to wrap your wishbone signals as wishbone.Interface() (like here) so that you can later use them with add_wb_master and add_wb_slave in your target.

from 2d-gpu.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.