[Cryptech-Commits] [core/trng] 01/02: Update of fake entropy sources used in simulation.

git at cryptech.is git at cryptech.is
Fri Sep 26 12:49:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/trng.

commit cfeef80d581168828a18487b159f11c9966a6164
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Fri Sep 26 14:47:57 2014 +0200

    Update of fake entropy sources used in simulation.
---
 toolruns/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolruns/Makefile b/toolruns/Makefile
index e70999e..92f2f20 100644
--- a/toolruns/Makefile
+++ b/toolruns/Makefile
@@ -46,7 +46,7 @@ TB_MIXER_SRC=../src/tb/tb_mixer.v
 
 TRNG_SRC=../src/rtl/trng.v $(MIXER_SRC) $(SHA512_SRC) $(CSPRNG_SRC) $(CHACHA_SRC)
 TB_TRNG_SRC=../src/tb/tb_trng.v
-FAKE_ENTROPY_SRC=../src/tb/fake_modules/avalance_entropy.v ../src/tb/fake_modules/pseudo_entropy.v ../src/tb/fake_modules/ringosc_entropy.v
+FAKE_ENTROPY_SRC=../src/tb/fake_modules/avalanche_entropy.v ../src/tb/fake_modules/pseudo_entropy.v ../src/tb/fake_modules/rosc_entropy.v
 
 CC=iverilog
 



More information about the Commits mailing list