-
Notifications
You must be signed in to change notification settings - Fork 175
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
Add support for Print in simulation #432
Comments
Why would yosys need to support the display cell? And that yosys right now doesnt accept verilog with I don’t imagine that yosys has anything useful it could |
Yes.
It should read and write Verilog with
|
I'm assuming we wouldn't use f-strings because that evaluates the expressions before passing control to the called function. Something more like Also, is there an RTLIL equivalent? |
Yep.
Not yet, but I'm working on it, like, right now. |
I kinda figured because now I recall the big meows about |
FWIW I have some WIP here that I'm planning to turn into something neat and PR-able in the coming days. |
A
Display
feature, similar to Verilog$display
, has been requested a few times. We would depend on Yosys to implement it, which in fact is strongly in favor of having it.Related to #427.
The text was updated successfully, but these errors were encountered: