Replace FiGaRO based TRNG with new ROSC based TRNG

This commit is contained in:
Joachim Strömbergson 2022-10-11 13:17:04 +02:00
parent af36a40f3e
commit 7e0692b150
No known key found for this signature in database
GPG key ID: 865B8A548EA61679
8 changed files with 24 additions and 400 deletions

View file

@ -217,7 +217,7 @@ module application_fpga(
);
figaro trng_inst(
rosc trng_inst(
.clk(clk),
.reset_n(reset_n),
.cs(trng_cs),