Skip to content

Commit

Permalink
[#64890] Fix invalid signal type in ahb_manager_synth
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOlencki committed Sep 24, 2024
1 parent dda1be2 commit e1d783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ahb_simple_manager/ahb_manager_synth.sv
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module ahb_manager_synth
input logic HRESETn,
input logic HREADY,
output logic [31:0] HADDR,
output wire [31:0] HWDATA,
output logic [31:0] HWDATA,
output logic [2:0] HSIZE,
output logic [1:0] HTRANS,
output logic HWRITE
Expand Down

0 comments on commit e1d783b

Please sign in to comment.