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

vhdl writeline messages not printed #202

Open
laurentiuduca opened this issue Nov 26, 2024 · 3 comments
Open

vhdl writeline messages not printed #202

laurentiuduca opened this issue Nov 26, 2024 · 3 comments

Comments

@laurentiuduca
Copy link

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?

@laurentiuduca laurentiuduca changed the title vhdl writeline messages not shown vhdl writeline messages not printed Nov 26, 2024
@tgingold
Copy link
Member

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.

@laurentiuduca
Copy link
Author

laurentiuduca commented Nov 27, 2024 via email

@tgingold
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants