Skip to content

Commit

Permalink
floogen(examples): Update terapool example with multi address range
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Oct 16, 2024
1 parent 378fcca commit 7e32ba4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions floogen/examples/terapool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ endpoints:
array: [16]
addr_range:
base: 0x0000_8000_0000
size: 0x0000_4000_0000
size: 0x0000_0400_0000
sbr_port_protocol:
- "wide_out"
- name: "peripherals"
addr_range:
start: 0x0000_0000_0000
end: 0x0000_0fff_ffff
- start: 0x0000_0000_0000
end: 0x0000_7fff_ffff
- start: 0x0000_C000_0000
end: 0x0000_C000_ffff
mgr_port_protocol:
- "wide_in"
sbr_port_protocol:
Expand Down

0 comments on commit 7e32ba4

Please sign in to comment.