kata: vec_core: Update ITCM memory address

To match HW def in
3d05e14abb/hw/top_matcha/data/top_matcha.hjson (749)

Change-Id: I933db00d1e6702fb38544b6641dabcb0d6b6e390
GitOrigin-RevId: 31de9893d54e43db60d000f03561f22d59482ad4
This commit is contained in:
Cindy Liu 2022-02-15 15:53:04 -08:00 committed by Sam Leffler
parent 4fe71acb97
commit f47d252904
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ use xmas_elf::ElfFile;
// TODO(jesionowski): Move these constants to an auto-generated file.
// TODO(b/214092253): ITCM size blow-up needs to be addressed.
const ITCM_SIZE: usize = 0x100000;
const ITCM_PADDR: usize = 0x30000000;
const ITCM_PADDR: usize = 0x32000000;
const DTCM_SIZE: usize = 0x1000000;
const DTCM_PADDR: usize = 0x34000000;

View File

@ -138,7 +138,7 @@ assembly {
vctop.csr_paddr = 0x47000000;
vctop.csr_size = 0x1000;
vctop.itcm_paddr = 0x30000000;
vctop.itcm_paddr = 0x32000000;
vctop.itcm_size = 0x100000;
vctop.dtcm_paddr = 0x34000000;
vctop.dtcm_size = 0x1000000;
@ -148,8 +148,8 @@ assembly {
vctop.data_fault_irq_number = 14;
vc_payload.elf_file_paddr = 0x46000000;
vc_payload.elf_file_size = 0x1000000;
vc_payload.elf_file_size = 0x1000000;
random.ID = 1;