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

Legacy bootdata structure in testbench can be removed #201

Open
colluca opened this issue Jan 27, 2025 · 0 comments
Open

Legacy bootdata structure in testbench can be removed #201

colluca opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@colluca
Copy link
Collaborator

colluca commented Jan 27, 2025

Consider removing bootdata (may require adaptation in Occamy):

struct BootData {
uint32_t boot_addr;
uint32_t core_count;
uint32_t hartid_base;
uint32_t tcdm_start;
uint32_t tcdm_size;
uint32_t tcdm_offset;
uint64_t global_mem_start;
uint64_t global_mem_end;
uint32_t cluster_count;
uint32_t clint_base;
};
extern const BootData BOOTDATA;

@colluca colluca added the enhancement New feature or request label Jan 27, 2025
@colluca colluca self-assigned this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant