Use the 80000000 entry point for RVFI_DII.

This commit is contained in:
jon
2020-06-11 15:59:19 +01:00
parent 6719925b78
commit e08e97c17b

View File

@@ -69,10 +69,11 @@ SoC_Map_Struct {
main_mem_addr_base: 'h_8000_0000,
`ifdef RVFI_DII
main_mem_addr_size: 'h_4000_0000,
pc_reset_value: 'h_8000_0000
`else
main_mem_addr_size: 'h_1000_0000,
`endif
pc_reset_value: 'h_0000_1000
`endif
};
// ================================================================