Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ The AXI-lite interface follows the standard AXI4-lite protocol without `wstrb`,
`awprot` and `arprot`. At the system level, the address ranges for the 2 boxes
are

- 0x100000 - 0x1FFFFF for the 322MHz box, and
- 0x200000 - 0x2FFFFF for the 250MHz box.
- 0x100000 - 0x1FFFFF for the 250MHz box, and
- 0x200000 - 0x2FFFFF for the 322MHz box.

The 250MHz and 322MHz AXI4-stream interfaces have slightly different semantics.
The 250MHz interface has the following signals.
Expand Down
2 changes: 1 addition & 1 deletion plugin/p2p/box_250mhz/box_250mhz_address_map.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// *************************************************************************
// Address map for the box running at 250MHz (through PCI-e BAR2 1MB)
//
// System-level address range: 0x40000 - 0xFFFFF
// System-level address range: 0x100000 - 0x1FFFFF
//
// --------------------------------------------------
// BaseAddr | HighAddr | Module
Expand Down
2 changes: 1 addition & 1 deletion plugin/p2p/box_322mhz/box_322mhz_address_map.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// *************************************************************************
// Address map for the box running at 322MHz (through PCI-e BAR2 1MB)
//
// System-level address range: 0x10000 - 0x3FFFF
// System-level address range: 0x200000 - 0x2FFFFF
//
// --------------------------------------------------
// BaseAddr | HighAddr | Module
Expand Down