Open blozano-tt opened 1 day ago
Closes #14630
MEM_LOCAL_BASE is a hardware specific address. We don't want to consume hardware constants in host code, or we become ARCH_NAME bound.
Eliminate direct usage of define, and make it accessible behind Hal.
Ticket
Closes #14630
Problem description
MEM_LOCAL_BASE is a hardware specific address. We don't want to consume hardware constants in host code, or we become ARCH_NAME bound.
What's changed
Eliminate direct usage of define, and make it accessible behind Hal.
Checklist