Code Monkey home page Code Monkey logo

Comments (8)

ilesser avatar ilesser commented on July 18, 2024

If it does not, I would like to contribute and try to add the support for the HPS

from litex-boards.

rob-ng15 avatar rob-ng15 commented on July 18, 2024

from litex-boards.

ilesser avatar ilesser commented on July 18, 2024

Do you mean for all Cyclone V FPGAs?

From what I understand of the code I should modify the SoCCore or create a new class.

I should modify the add_cpu() method to use the HPS instead of a softcpu.

Should I do that inside the de1soc.py?

from litex-boards.

ilesser avatar ilesser commented on July 18, 2024

According the the documentation the device only supports AXI-3.

image

But the conde from litex axi interconnect implements AXI-4 Full/Lite.

Will it be compatible to AXI-3?

from litex-boards.

enjoy-digital avatar enjoy-digital commented on July 18, 2024

@ilesser: adding support for the HPS could be useful yes (as we are supporting creating SoCs aroudn the Zynq PS). We could had support to AXI-3, the difference with AXI-4 should not be very big and mostly located on the burst capabilities i think. You could look at SoCZynq to find some inspiration.

from litex-boards.

ilesser avatar ilesser commented on July 18, 2024

@ilesser: adding support for the HPS could be useful yes (as we are supporting creating SoCs aroudn the Zynq PS). We could had support to AXI-3, the difference with AXI-4 should not be very big and mostly located on the burst capabilities i think. You could look at SoCZynq to find some inspiration.

Thanks!
I was reading about axi3 and axi4 and there are only a few extra signals between them.

I have already forked litex and I am working in a soc_cv.py.
I will create an issue there and a pull request.
I want to use axi instead of wishbone and that will take me a while.
I am also going through some qsys projects to try to isolate an IP that can be used for the instantiation.

from litex-boards.

enjoy-digital avatar enjoy-digital commented on July 18, 2024

The easiest solution is to bridge the AXI to the Wishbone as we are doing on the Zynq. This will be easier to merge and there are also some work planned to support AXI directly in the SoC.

from litex-boards.

enjoy-digital avatar enjoy-digital commented on July 18, 2024

To avoid too much duplication, let's continue the discussion in enjoy-digital/litex#466.

from litex-boards.

Related Issues (20)

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.