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

How to interpret the output signals from the VCD file in GTKWave after simulating the IBEX core #2115

Open
Aaronyap2002 opened this issue Dec 19, 2023 · 1 comment
Labels
Type:Question Questions

Comments

@Aaronyap2002
Copy link

Aaronyap2002 commented Dec 19, 2023

HI, after succesfully compiling the hello_test, running the simulator and opened the VCD file in GTKwave, I am trying to understand which are the output signals but I couldnt understand it. I have visited rtl to find out the which signals belongs to which SystemVerilog file and module. But I found that some module names in the GTKwave not directly matching the names in rtl , like i can find ibex simple system in GTKwave but not in rtl. This made me quite confused when to figure out which signals belong to which SystemVerilog file. Is there a way for me to understand them? some sort of documentation that I might have missed out?

Screenshot from 2023-12-19 17-09-03
Screenshot from 2023-12-19 17-09-51

@Aaronyap2002 Aaronyap2002 added the Type:Question Questions label Dec 19, 2023
@remexemer
Copy link

The module ibex_simple_system can be found at examples/simple_system/rtl/ibex_simple_system.sv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Question Questions
Projects
None yet
Development

No branches or pull requests

2 participants