[Cryptech-Commits] [core/rng/trng] 01/02: Added new sim target. Added cleanup of sim target.
git at cryptech.is
git at cryptech.is
Thu Apr 2 13:06:46 UTC 2015
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/rng/trng.
commit d39bba7d54fd0fb1967e1870374b4127345d4f17
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Thu Apr 2 15:05:03 2015 +0200
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
More information about the Commits
mailing list