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

Runtime data input from Python to VHDL #1050

Open
suryabvsp opened this issue Aug 9, 2024 · 1 comment
Open

Runtime data input from Python to VHDL #1050

suryabvsp opened this issue Aug 9, 2024 · 1 comment

Comments

@suryabvsp
Copy link

suryabvsp commented Aug 9, 2024

I am trying to understand if there is a way to write data to VHDL signals from Python in runtime. This could also be possible if message passing can be done between Python and VHDL, about which I could not find references in the user guide. There could also be a simpler way that I might be missing.

In other words, I am not looking for creating multiple test cases, but to manipulate inputs to a VHDL module in runtime within a single test case.

I would really appreciate some clarification on this topic.

Not sure if #603 talks about the exact same thing.

@LarsAsplund
Copy link
Collaborator

There has been some work in this area, see https://vunit.github.io/cosim/. There is a also development branch targeting embedded Python in VHDL, see example. This is a first step towards a tighter run-time integration with VHDL. The second step is to do message passing between Python and VHDL.

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