ibex icon indicating copy to clipboard operation
ibex copied to clipboard

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

Open Aaronyap2002 opened this issue 2 years ago • 1 comments

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 avatar Dec 19 '23 09:12 Aaronyap2002

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

remexemer avatar Dec 29 '23 06:12 remexemer