Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️ Remove UART sim-mode's 32-bit dump #650

Merged
merged 3 commits into from
Jul 18, 2023
Merged

⚠️ Remove UART sim-mode's 32-bit dump #650

merged 3 commits into from
Jul 18, 2023

Conversation

stnolting
Copy link
Owner

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

@stnolting stnolting added the HW hardware-related label Jul 18, 2023
@stnolting stnolting self-assigned this Jul 18, 2023
@stnolting stnolting marked this pull request as ready for review July 18, 2023 18:18
@stnolting stnolting merged commit a299bf7 into main Jul 18, 2023
8 checks passed
@stnolting stnolting deleted the uart_sim_mode branch July 18, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant