From d39bba7d54fd0fb1967e1870374b4127345d4f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Thu, 2 Apr 2015 15:05:03 +0200 Subject: Added new sim target. Added cleanup of sim target. --- toolruns/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/toolruns/Makefile b/toolruns/Makefile index 423f795..4d6b9ef 100644 --- a/toolruns/Makefile +++ b/toolruns/Makefile @@ -76,6 +76,10 @@ trng.sim: $(TRNG_SRC) $(FAKE_ENTROPY_SRC) $(CC) -o trng.sim $(TB_TRNG_SRC) $(TRNG_SRC) $(FAKE_ENTROPY_SRC) +sim-csprng_fifo: csprng_fifo.sim + ./csprng_fifo.sim + + sim-csprng: csprng.sim ./csprng.sim @@ -89,6 +93,7 @@ sim-trng: trng.sim clean: + rm -f csprng_fifo.sim rm -f csprng.sim rm -f mixer.sim rm -f trng.sim -- cgit v1.2.3