Skip to content

Commit 12ac060

Browse files
committed
corrected assign
1 parent 22caf17 commit 12ac060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/user_peripherals/trng/tqvp_TRNG_20RO7FF_PC.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ module tqvp_TRNG_20RO7FF_PC #(
9090
end
9191
end
9292
end
93-
data_out <= ro_data;
93+
assign data_out = ro_data;
9494

9595
endmodule

0 commit comments

Comments
 (0)