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
It is found that CachedValues::apps_offset uses EMULATOR_MEMORY_MAP.sram_offset as initial value for both emulator and FPGA platforms.
Then, apps_offset is used in below logic for range check when doing runtime building. As for the FPGA build, ram_start is calculated by FPGA memory map which is quite different with emulator's map. If the sram_offset in emulator memory map is bigger than the offset in FPGA memory map, below comparison would always fail.