Give Adders a mainIO to to interactive simulation.
[matthijs/master-project/cλash.git] / Adders.hs
index f35021c96fec00580168dc54c2ef4a2f7fe715a9..f32f5d4f9fd89acaa71d4535c072dafeb5f78361 100644 (file)
--- a/Adders.hs
+++ b/Adders.hs
@@ -1,8 +1,9 @@
 module Adders where
 import Bits
+import qualified Sim
 import Language.Haskell.Syntax
 
-main = do show_add exp_adder; show_add rec_adder;
+mainIO f = Sim.simulateIO (Sim.stateless f) ()
 
 show_add f = do print ("Sum:   " ++ (displaysigs s)); print ("Carry: " ++ (displaysig c))
   where