shioyadan / Konata

Konata is an instruction pipeline visualizer for Onikiri2-Kanata/Gem5-O3PipeView formats. You can download the pre-built binaries from https://github.com/shioyadan/Konata/releases
BSD 3-Clause "New" or "Revised" License
390 stars 36 forks source link

A instruction with only one stage "fetch" will not show in the window #6

Closed asd055189 closed 2 years ago

asd055189 commented 2 years ago

Hello, I found a problem that Konata will ignore the chart about an "only a fetch stage" instruction. Is this a bug? image

O3PipeView:fetch:199000:0x00010100:0:45:c_bnez a5, 12
O3PipeView:decode:0
O3PipeView:rename:0
O3PipeView:dispatch:0
O3PipeView:issue:0
O3PipeView:complete:0
O3PipeView:retire:0:store:0
shioyadan commented 2 years ago

I have just fixed this problem in version 0.38 and just released it. Please give it a try. This fix may cause problems in a gem5 trace, so if you find a problem, please report it. Thanks!

asd055189 commented 2 years ago

The bug has been fixed, thanks!