-
Notifications
You must be signed in to change notification settings - Fork 31
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
vhdl writeline messages not printed #202
Comments
laurentiuduca
changed the title
vhdl writeline messages not shown
vhdl writeline messages not printed
Nov 26, 2024
I don't think that is possible. cxxrtl works by first synthesizing your design and then simulating the netlist. Debug messages are lost during this process. |
hi, the $display and $write from verilog are printed in the console in
cxxrtl
…On Wed, Nov 27, 2024 at 8:24 AM tgingold ***@***.***> wrote:
I don't think that is possible.
cxxrtl works by first synthesizing your design and then simulating the
netlist. Debug messages are lost during this process.
—
Reply to this email directly, view it on GitHub
<#202 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKBRLNYUT3E24XSNQGVKGOT2CVQTBAVCNFSM6AAAAABSQLC73OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBTGAYDONZYGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok, I will have a second look. But I fear handling writeline is much more difficult than $display, as it deals with access variables. But if cxxrtl is handling $display, at least report and assert support could be improved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello, i have also noticed that debug messages (for example writeline) from vhdl sources
are not printed to the console during simulation with cxxrtl
is there any way to see the vhdl messages printed
considering verilog-vhdl mixed simulation?
The text was updated successfully, but these errors were encountered: