⚠️ Remove UART sim-mode's 32-bit dump #650
Merged
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.
This PR removes the 32-bit data dump mode from the UART's sim mode. The UART is a byte-based IO device and should not be used to dump 32-bit data.
A simple way to dump 32-bit data to a file can be found in the neorv32-riscof repository:
https://github.com/stnolting/neorv32-riscof/blob/de8b6d145cbcb1f938418d9983a0cf2a2b3064ad/sim/neorv32_riscof_tb.vhd#L272-L286