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

add new heepsilon_mcu_gen.hjson file #23

Closed
wants to merge 10 commits into from

Conversation

NicCarp11
Copy link

No description provided.

@NicCarp11 NicCarp11 marked this pull request as draft November 28, 2023 13:33
@NicCarp11
Copy link
Author

NicCarp11 commented Nov 28, 2023

To fix SW, look at esl-epfl/x-heep#399

Meanwhile, add this to the linker script to use interleaved data

This PR can already be merged, but it won't leverage interleaved banks

.data_interleaved :
 {
   . = ALIGN(4);
   *(.xheep_data_interleaved)
   . = ALIGN(4);
 } >ram_il

@NicCarp11 NicCarp11 changed the title revendorize heep and make new hjson heepsilon file add new heepsilon_mcu_gen.hjson file Nov 28, 2023
@NicCarp11 NicCarp11 marked this pull request as ready for review November 28, 2023 13:52
@JoseCalero JoseCalero closed this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants