We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82945be commit 8678320Copy full SHA for 8678320
1 file changed
src/user_peripherals/trng/TRNG_20RO7FF_PC.sv
@@ -6,8 +6,8 @@
6
`default_nettype none
7
8
module tqvp_TRNG_20RO7FF_PC #(
9
- parameter SIZE_RO = 6 //size of the RO will be SIZE_RO + 1 inverter gates (7 in this case)
10
- parameter N_RO = 20 //number of ROs in parallel
+ parameter SIZE_RO = 6; //size of the RO will be SIZE_RO + 1 inverter gates (7 in this case)
+ parameter N_RO = 20; //number of ROs in parallel
11
)(
12
input clk, // Clock - the TinyQV project clock is normally set to 64MHz.
13
input rst_n, // Reset_n - low to reset.
0 commit comments