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
379 stars 34 forks source link

Failed to search next word in "Hide flushed ops" mode #19

Open clkbug opened 1 month ago

clkbug commented 1 month ago

Hi, I'd like to explain a bug using the example log file kanata-sample-2.log. Specifically, the labels of the 88th and 98th instructions contain "2110", with some flushed instructions in between. Therefore, let's use "2110" as the search term.

image

When the flushed instructions are not hidden, the F3 key (find next) works correctly. However, in "Hide flushed ops" mode, the F3 key does not appear to be functioning.

shioyadan commented 1 month ago

Hi clkbug,

I can confirm that the bug you reported also appears in my environment, and I will work on fixing it. Thank you for bringing this to my attention.