From 49291d38214cbdbf084fecc931e7e5d5732a742c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Jan 2019 19:36:18 +0000 Subject: Add echo do all the simulators --- src/VeriFuzz/Simulator/Icarus.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/VeriFuzz/Simulator/Icarus.hs') 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"] -- cgit