Add CPU execution trace - #3
Open
dominiksalvet wants to merge 39 commits into
Open
Conversation
Owner
Author
|
Comment for me: update readme |
In older GCC version, .option arch, -c worked but now it is not Using .option norvc even though it is deprecated now
new GCC emits defines based on -mstrict-align which might be respected in some code (namely preprocessed assembly like newlib) this fact was find by 'dmem_haddr_align' assertion
Ubuntu 26.04 fixes
Fix JALR target LSB to be zero
Enum without any type is consider as 'int' with whatever it comes with (e.g., no Xs) Obsevation: 1-bit enums are not labeled when using FST generated by Verilator and displayed in GTKWave... most likely a bug
without this check, verilator prints its error message which might suggest user to use another unvalid values for X_VAL
previously, it was possible using +verilator+rand+reset argument it was working in version 5.020 but not in 5.032
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: