diff --git a/hw/newusb/new_usb_dma.sv b/hw/newusb/new_usb_dma.sv index 10b60946..8d84c9e8 100644 --- a/hw/newusb/new_usb_dma.sv +++ b/hw/newusb/new_usb_dma.sv @@ -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. diff --git a/hw/newusb_tb/tb_new_usb.mem b/hw/newusb_tb/tb_new_usb.mem index dbc5ae1c..cd64e9c2 100644 --- a/hw/newusb_tb/tb_new_usb.mem +++ b/hw/newusb_tb/tb_new_usb.mem @@ -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