From cfeef80d581168828a18487b159f11c9966a6164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 26 Sep 2014 14:47:57 +0200 Subject: Update of fake entropy sources used in simulation. --- toolruns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolruns') 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 -- cgit v1.2.3