Skip to content

Commit

Permalink
axi_lite_lfsr: Add missing signal declaration
Browse files Browse the repository at this point in the history
Explicitly declare `w_b_fifo_valid` to avoid inferred nets.

Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Jan 16, 2025
1 parent e72230e commit 15a0989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axi_lite_lfsr.sv
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module axi_lite_lfsr #(
logic r_lfsr_en;

logic w_b_fifo_ready;
logic w_b_fifo_valid;

// LFSR outputs
logic [DataWidth-1:0] w_data_in, w_data_out;
Expand Down

0 comments on commit 15a0989

Please sign in to comment.