We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22caf17 commit 12ac060Copy full SHA for 12ac060
1 file changed
src/user_peripherals/trng/tqvp_TRNG_20RO7FF_PC.sv
@@ -90,6 +90,6 @@ module tqvp_TRNG_20RO7FF_PC #(
90
end
91
92
93
- data_out <= ro_data;
+ assign data_out = ro_data;
94
95
endmodule
0 commit comments