aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2014-09-26 14:47:57 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2014-09-26 14:47:57 +0200
commitcfeef80d581168828a18487b159f11c9966a6164 (patch)
treebff849148bbdbfb50dfe2e372756cbc3b8bdf440
parent830dcc0ea4bfc79dfc7b96d57d8e203096ed0374 (diff)
Update of fake entropy sources used in simulation.
-rw-r--r--toolruns/Makefile2
1 files changed, 1 insertions, 1 deletions
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