Skip to content

Conversation

mkozden
Copy link

@mkozden mkozden commented May 16, 2025

I have also encountered the issue #919 , specifically the 4th case. In my experience the other three work as I expected.

I believe I have solved the issue. The main cause of the issue was that, for some floating point instructions, the CSR values are written before the register values, and for some instructions after the register values. The current parser script "spike_log_to_trace_csv.py" can only detect the cases in which the CSR values are written at the end.

By modifying the regex script to check for both positions, and writing only the valid output seems to have worked for me.

I'm making this pull request if anyone wants to double check it and apply the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant