mirror of
https://github.com/Silicon1602/srdl2sv.git
synced 2024-11-14 11:03:36 +00:00
Add missing sw_rd_bus-input port to widget
This commit is contained in:
parent
32c6fc3c4a
commit
0db14e8815
@ -10,6 +10,9 @@ module amba3ahblite_widget
|
|||||||
output [ 3:0] byte_enable,
|
output [ 3:0] byte_enable,
|
||||||
output [31:0] sw_wr_bus,
|
output [31:0] sw_wr_bus,
|
||||||
|
|
||||||
|
// Inputs from internal logic
|
||||||
|
input [31:0] sw_rd_bus,
|
||||||
|
|
||||||
// Bus protocol
|
// Bus protocol
|
||||||
input HRESETn,
|
input HRESETn,
|
||||||
input HCLK,
|
input HCLK,
|
||||||
|
Loading…
Reference in New Issue
Block a user