Skip to content

Commit 8678320

Browse files
committed
corrected parameters on module trng
1 parent 82945be commit 8678320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/user_peripherals/trng/TRNG_20RO7FF_PC.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
`default_nettype none
77

88
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
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
1111
)(
1212
input clk, // Clock - the TinyQV project clock is normally set to 64MHz.
1313
input rst_n, // Reset_n - low to reset.

0 commit comments

Comments
 (0)