diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2015-04-02 15:05:03 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2015-04-02 15:05:03 +0200 |
commit | d39bba7d54fd0fb1967e1870374b4127345d4f17 (patch) | |
tree | 078e381601af87b26746c0b762f920a2abf77e49 /toolruns | |
parent | 92653b79b5ae2942783e09c702794e8f3b4ba931 (diff) |
Added new sim target. Added cleanup of sim target.
Diffstat (limited to 'toolruns')
-rw-r--r-- | toolruns/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |