Skip to content

Commit

Permalink
use bizarre bus width to facilitate debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jjts committed Oct 29, 2023
1 parent f2d6bf5 commit 15268f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//

module iob2apb #(
parameter APB_ADDR_W = 32, // APB address bus width in bits
parameter APB_DATA_W = 32, // APB data bus width in bits
parameter APB_ADDR_W = 22, // APB address bus width in bits
parameter APB_DATA_W = 22, // APB data bus width in bits
parameter ADDR_W = APB_ADDR_W, // IOb address bus width in bits
parameter DATA_W = APB_DATA_W // IOb data bus width in bits
) (
Expand Down

0 comments on commit 15268f8

Please sign in to comment.