Removed logic from Verilog wrapper.

This commit is contained in:
Ross Thompson 2022-08-21 14:07:43 -05:00
parent dad6770fc3
commit a049f456e8

View File

@ -42,7 +42,7 @@ module wallypipelinedsocwrapper (
output HCLK, HRESETn,
output [31:0] HADDR,
output [`AHBW-1:0] HWDATA,
output logic [`XLEN/8-1:0] HWSTRB,
output [`XLEN/8-1:0] HWSTRB,
output HWRITE,
output [2:0] HSIZE,
output [2:0] HBURST,