We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aaea1 commit 1a527e6Copy full SHA for 1a527e6
internal/ahblite_to_wishbone.sv
@@ -48,7 +48,7 @@ module ahb_to_wishbone #(
48
assign wb_dat_w = HWDATA;
49
50
// Burst type check
51
- logic is_burst
+ logic is_burst;
52
assign is_burst = |HBURST; // Not SINGLE
53
54
always_ff @(posedge HCLK or negedge HRESETn) begin
0 commit comments