Add missing sw_rd_bus-input port to widget

This commit is contained in:
Dennis Potter 2021-06-24 00:58:42 +02:00
parent 32c6fc3c4a
commit 0db14e8815
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
1 changed files with 3 additions and 0 deletions

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,