Skip to content

Legacy bootdata structure in testbench can be removed #201

@colluca

Description

@colluca

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;

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions