mirror of
https://github.com/bmartini/zynq-axis.git
synced 2024-09-05 19:19:27 +08:00
Bug fix: axi4lite_cfg port list definition
This commit is contained in:
parent
8082ee8df7
commit
8a62d2ba82
@ -28,7 +28,7 @@ module axi4lite_cfg
|
|||||||
output axi_wready, // Write Data Ready
|
output axi_wready, // Write Data Ready
|
||||||
|
|
||||||
output [1:0] axi_bresp, // Write Response
|
output [1:0] axi_bresp, // Write Response
|
||||||
output reg axi_bvalid, // Write Response Valid
|
output axi_bvalid, // Write Response Valid
|
||||||
input axi_bready, // Write Response Ready
|
input axi_bready, // Write Response Ready
|
||||||
|
|
||||||
input [AXI_WIDTH-1:0] axi_araddr, // Read Address
|
input [AXI_WIDTH-1:0] axi_araddr, // Read Address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user