You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I am working on enabling the Eyrie runtime's paging plugin by using the SM on-chip memory (scratchpad). In the Keystone paper, this was achieved using the SiFive FU540 SoC (HiFive Unleashed board), where the EPM is relocated to scratchpad memory. This functionality is found in sm/src/platform/sifive/fu540/fu540_internal.c:
While the hifive_unmatched (SiFive FU740 SoC) is supported, the hifive unleashed (FU540 SoC) from the paper is not. I can see the FU740 is referenced in sm/plat/hifive/unmatched/unmatched.c:
Question:
Does the FU740 (HiFive Unmatched) feature the same on-chip scratchpad memory as the FU540 (HiFive Unleashed)? I.e. can the scratchpad memory plugin be used on the HiFive Unmatched fu740 platform in the same way as the HiFive Unleashed fu540?
The text was updated successfully, but these errors were encountered:
Description:
I am working on enabling the Eyrie runtime's paging plugin by using the SM on-chip memory (scratchpad). In the Keystone paper, this was achieved using the SiFive FU540 SoC (HiFive Unleashed board), where the EPM is relocated to scratchpad memory. This functionality is found in
sm/src/platform/sifive/fu540/fu540_internal.c
:However, the current Keystone
Makefile
lists the supported platforms as:While the
hifive_unmatched
(SiFive FU740 SoC) is supported, the hifive unleashed (FU540 SoC) from the paper is not. I can see the FU740 is referenced insm/plat/hifive/unmatched/unmatched.c
:Question:
Does the FU740 (HiFive Unmatched) feature the same on-chip scratchpad memory as the FU540 (HiFive Unleashed)? I.e. can the scratchpad memory plugin be used on the HiFive Unmatched fu740 platform in the same way as the HiFive Unleashed fu540?
The text was updated successfully, but these errors were encountered: