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

⚠️ Rework SYSINFO module #659

Merged
merged 11 commits into from
Jul 28, 2023
Merged

⚠️ Rework SYSINFO module #659

merged 11 commits into from
Jul 28, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Jul 28, 2023

  • The bootloader does not longer require ispace_base/dspace_base addresses from SYSINFO. Instead, it uses a new define EXE_BASE_ADDR to specify the base address for the executable.
  • Remove SYSINFO's ISPACE_BASE, DSPACE_BASE, IMEM_SIZE and DMEM_SIZE registers. Add new MEM registers (showing log2 of IMEM size, DMEM size and reservation set granularity).
  • Clean-up VHDL assertion notes (there were way too much).
  • Update documentation.

Bootloader does not longer require ispace_base/dspace_base addresses from SYSINFO
@stnolting stnolting self-assigned this Jul 28, 2023
@stnolting stnolting added HW hardware-related SW software-related optimization Make things faster, smaller and more efficient labels Jul 28, 2023
@stnolting stnolting marked this pull request as ready for review July 28, 2023 09:26
@stnolting stnolting merged commit 609f00d into main Jul 28, 2023
8 checks passed
@stnolting stnolting deleted the rework_sysinfo branch July 28, 2023 11:30
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 SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant