Skip to content

Commit 541eba2

Browse files
niwisthommythomaso
andauthored
axi_lite_lfsr: Add missing signal declaration (#363)
Explicitly declare `w_b_fifo_valid` to avoid inferred nets. Signed-off-by: Nils Wistoff <[email protected]> Co-authored-by: Thomas Benz <[email protected]>
1 parent b3735d1 commit 541eba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/axi_lite_lfsr.sv

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ module axi_lite_lfsr #(
5454
logic r_lfsr_en;
5555

5656
logic w_b_fifo_ready;
57+
logic w_b_fifo_valid;
5758

5859
// LFSR outputs
5960
logic [DataWidth-1:0] w_data_in, w_data_out;

0 commit comments

Comments
 (0)