Ryota Shioya

Results 12 comments of Ryota Shioya

Currently, there is no version that can be run on a web browser. You must download a pre-built binary and run it on your local machine. Technically, the core of...

Thank you for your suggestion! I'm very grad that Konata is useful for you. Do you mean features that add comments to disassembled instructions on the left-panel or stages on...

Dependency arrows are shown between stages with "X" in the stage name. Please try to make stages with "X" in the stage name. I forgot to mention this in the...

* To show dependency arrows, "X" stages must be closed by the "E" command or another successor stage must be started. I added the "E" commands for ID 4 and...

* Lane id must be consistent in each instruction (typically they should be zero). Otherwise, the instruction stages are not closed properly. You used inconsistent lane id in each instruction...

Congratulations! I added some detail to the document. Please see the following part. https://github.com/shioyadan/Konata/blob/master/docs/kanata-log-format.md#lane

Hello, Regarding "retire", I remember that I implemented it so that the entire pipeline ends there, for ease of implementation. This is because it is a bit difficult in Konata...

I found and remembered an implementation of "mem_complete" in the parser, but it does not support logs output by O3PipeView with "--store_completions". This part is related to a feature for...

@mshiryaev @shuheque Thank you for your explanation. I understand that it is better to show retirement/store stages. I will modify the parser to add the feature. Please wait a while.

Hello, When the viewer reads the R command, the target instruction disappears immediately without displaying the stage for that cycle. This behavior is to simplify the viewer's parser. To make...