Alu.hs now uses the new CLasH.HardwareTypes
[matthijs/master-project/cλash.git] / Alu.hs
diff --git a/Alu.hs b/Alu.hs
index 0db8e7b6935517bc8ab264393cd40aaeab0538be..b7fff900642ca72ae2ec6f70958a4a656591bb51 100644 (file)
--- a/Alu.hs
+++ b/Alu.hs
@@ -1,9 +1,6 @@
-module Alu  where
-import Bits
+module Alu where
 import qualified Sim
-import Data.SizedWord
-import Types
-import Types.Data.Num
+import CLasH.HardwareTypes hiding (fst,snd)
 import CLasH.Translator.Annotations
 import qualified Prelude as P