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

Implement function calling support #10

Open
krisjdev opened this issue Aug 7, 2024 · 0 comments
Open

Implement function calling support #10

krisjdev opened this issue Aug 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@krisjdev
Copy link
Collaborator

krisjdev commented Aug 7, 2024

Currently functions cannot be called from the main function, but it would help with code readability and re-usability if it could. The issue is how to convert these function "calls" into hardware.

This may be possible using SystemVerilog functions (example), but they only allow one return value, whereas Python can return anything. Should the subset limit return values to one variable only, or is there a way around it?

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

No branches or pull requests

1 participant