You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: