Skip to content

Commit

Permalink
Merge pull request #117 from antmicro/wsip/veer_el2
Browse files Browse the repository at this point in the history
add veer_el2_sim board
  • Loading branch information
bradjc authored Sep 24, 2024
2 parents a347ba8 + 2e9697f commit 2a500cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tockloader/board_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ class BoardInterface:
"max_size": 0x00100000,
},
},
"veer_el2_sim": {
"description": "VeeR EL2 running on Verilated simulation",
"arch": "rv32imc",
"no_attribute_table": True,
"address_translator": lambda addr: addr - 0x20000000,
},
"qemu_rv32_virt": {
"description": "QEMU RISC-V 32 bit virt Platform",
"arch": "rv32imac",
Expand Down
1 change: 1 addition & 0 deletions tockloader/tockloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class TockLoader:
"hifive1b": {"start_address": 0x20040000},
"litex_arty": {"start_address": 0x41000000},
"litex_sim": {"start_address": 0x00080000},
"veer_el2_sim": {"start_address": 0x20300000},
"nrf52dk": {
"start_address": 0x40000,
"app_ram_address": 0x20008000,
Expand Down

0 comments on commit 2a500cb

Please sign in to comment.