Skip to content

Commit 4acd6f0

Browse files
committed
corrected missing variable
1 parent d144844 commit 4acd6f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/user_peripherals/trng/tqvp_TRNG_20RO7FF_PC.sv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ module tqvp_TRNG_20RO7FF_PC #(
2828

2929
reg [N_RO:0][SIZE_RO:0] oscillator_ring = 0;
3030
reg [N_RO:0] oscillator_ring_Q = 0;
31-
31+
3232
reg [7:0] ro_data = 0;
3333
reg [7:0] shift_reg = 0;
3434
reg xorA;
3535
reg counter = 4'b0;
36+
reg tx_start = 1'b0;
3637
integer i;
3738
integer j;
3839

0 commit comments

Comments
 (0)