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

Question - AXI Bus #38

Closed
ydnatag opened this issue Jul 30, 2019 · 1 comment
Closed

Question - AXI Bus #38

ydnatag opened this issue Jul 30, 2019 · 1 comment

Comments

@ydnatag
Copy link

ydnatag commented Jul 30, 2019

Hello, I'm trying to test software which uses fpga as coprocessing unit. This development is based in a ZynqMP+ which shares the RAM between the FPGA and multiple CPUs in a common axi bus.

So, the question is: Is posible in Renode to share devices like RAM between the FPGA and CPU during the simulation for testing coprocessing cores with production cores?

Currently i'm using cocotb for this stuff but i need to rewrite a lot of code between simulations and production code.

Thanks you
Andres

@mgielda mgielda changed the title Questiong - AXI Bus Question - AXI Bus Aug 23, 2019
@mateusz-holenko
Copy link
Member

Renode can be used in co-simulation scenarios, e.g. when part of the system is simulated by Verilator. For more details see the documentation: https://renode.readthedocs.io/en/latest/tutorials/verilator-cosimulation.html. The integration currently supports AXI4, AXILite and Wishbone buses.

There is also an example of connecting Renode directly with FPGA: https://github.com/renode/renode/tree/master/scripts/complex/fomu

Other custom integrations are also possible since it’s very easy to extend Renode with new models/functionalities (both in C# or python).

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

2 participants