Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Apr 1, 2024
1 parent 160220a commit 52b0f8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ module overall_fpga_top(
`define AMBA_AXI_CACHE
`define AMBA_AXI_PROT
`define AMBA_AXI_ID
`AMBA_AXI_SLAVE_PORT(PCIE_M_AXI, 4, 64, 512)
`AMBA_AXI_WIRE(PCIE_M_AXI, 4, 64, 512)
`undef AMBA_AXI4
`undef AMBA_AXI_CACHE
`undef AMBA_AXI_PROT
`undef AMBA_AXI_ID

`define AMBA_AXI_PROT
`AMBA_AXI_SLAVE_PORT(PCIE_M_AXI_LITE, unused, 32, 32)
`AMBA_AXI_WIRE(PCIE_M_AXI_LITE, unused, 32, 32)
`undef AMBA_AXI_PROT

`define AMBA_AXI4
Expand Down

0 comments on commit 52b0f8f

Please sign in to comment.