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

[rtl] reworks, cleanups and optimizations #550

Merged
merged 8 commits into from
Mar 17, 2023
Merged

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Mar 15, 2023

  • remove output gate option (FIFO_GATE) of FIFO component
  • if the "synchronous read" option of the FIFO component is enabled (FIFO_RSYNC = true) the status flag outputs are also registered
  • optimize NEOLED module (smaller size)
  • use synchronous FIFO read access for TRNG module
  • fixed read access of UART and SPI module (read accesses required two cycles due to sync. FIFO read access; now the read access dealay is back to one cycle)
  • using registers above x15 when the E ISA extension is enabled does not raise an exception anymore

@stnolting stnolting added HW hardware-related optimization Make things faster, smaller and more efficient labels Mar 15, 2023
@stnolting stnolting self-assigned this Mar 15, 2023
@stnolting stnolting marked this pull request as ready for review March 16, 2023 20:10
@stnolting stnolting merged commit eb6ec22 into main Mar 17, 2023
@stnolting stnolting deleted the rtl_optimizations branch March 17, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related optimization Make things faster, smaller and more efficient
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant