Skip to content

Commit

Permalink
[FIX] DMA configuration map - missing PWB
Browse files Browse the repository at this point in the history
  • Loading branch information
wkkuna committed May 30, 2023
1 parent 953125a commit 0172db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/DMAController/DMAConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ object DMAConfig {
// AXIStream <-> Wishbone Slave <-> Wishbone Master
"AXIS_WB_WB" -> (AXIS, WB, WB),
// AXIStream <-> AXI4Lite <-> Pipelined Wishbone Master
"AXIS_AXIL_WB" -> (AXIS, AXIL, WB),
"AXIS_AXIL_PWB" -> (AXIS, AXIL, PWB),
// AXIStream <-> Wishbone Slave <-> Pipelined Wishbone Master
"AXIS_WB_WB" -> (AXIS, WB, WB),
"AXIS_WB_PWB" -> (AXIS, WB, PWB),
// Wishbone Master <-> AXI4Lite <-> AXI4
"WB_AXIL_AXI" -> (WB, AXIL, AXI),
// Wishbone Master <-> Wishbone Slave <-> AXI4
Expand Down

0 comments on commit 0172db9

Please sign in to comment.