Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fhaus1 committed Dec 12, 2024
1 parent f35e828 commit 04d3296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions hw/newusb/new_usb_dma.sv
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ module new_usb_dma #(
parameter int unsigned AxiIdWidth = 32'd1,
/// Width of a transfer: max transfer size is `2**TFLenWidth` bytes
parameter int unsigned TFLenWidth = 32'd8, // or 7?
/// AXI config
parameter obi_pkg::obi_cfg_t ObiCfg = obi_pkg::ObiDefaultConfig,
/// AXI A channel type
parameter type axi_a_chan_t = logic,
/// AXI request struct type.
Expand Down
2 changes: 1 addition & 1 deletion hw/newusb_tb/tb_new_usb.mem
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// Use the python script to generate connected EDs and TDs linked lists
/// and insert them down below.
///
/// Format: @Address dword0 dword1 dword2 dword3
/// Format: @Address dword3 dword2 dword1 dword0
/// Size: (Address AxiAddrWidth) (dword 32bit)

@0000A000 0000000D 0000000C 0000000B 0000000A
Expand Down

0 comments on commit 04d3296

Please sign in to comment.