diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2014-09-26 14:47:57 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2014-09-26 14:47:57 +0200 |
commit | cfeef80d581168828a18487b159f11c9966a6164 (patch) | |
tree | bff849148bbdbfb50dfe2e372756cbc3b8bdf440 /toolruns | |
parent | 830dcc0ea4bfc79dfc7b96d57d8e203096ed0374 (diff) |
Update of fake entropy sources used in simulation.
Diffstat (limited to 'toolruns')
-rw-r--r-- | toolruns/Makefile | 2 |
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 |