aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Simulator/Icarus.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Simulator/Icarus.hs')
-rw-r--r--src/VeriFuzz/Simulator/Icarus.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VeriFuzz/Simulator/Icarus.hs b/src/VeriFuzz/Simulator/Icarus.hs
index 3518447..527322a 100644
--- a/src/VeriFuzz/Simulator/Icarus.hs
+++ b/src/VeriFuzz/Simulator/Icarus.hs
@@ -58,5 +58,6 @@ runSimIcarus sim m bss = do
let newtb = instantiateMod m tb
let modWithTb = VerilogSrc $ Description <$> [newtb, m]
writefile "main.v" $ genSource modWithTb
+ echoP "Run icarus"
noPrint $ run_ (icarusPath sim) ["-o", "main", "main.v"]
hash <$> run (vvpPath sim) ["main"]