Add missing sw_rd_bus-input port to widget

This commit is contained in:
2021-06-24 00:58:42 +02:00
parent 32c6fc3c4a
commit 0db14e8815

View File

@@ -9,6 +9,9 @@ module amba3ahblite_widget
output r_vld,
output [ 3:0] byte_enable,
output [31:0] sw_wr_bus,
// Inputs from internal logic
input [31:0] sw_rd_bus,
// Bus protocol
input HRESETn,