Alu.hs now uses the new CLasH.HardwareTypes
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Fri, 7 Aug 2009 07:20:15 +0000 (09:20 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Fri, 7 Aug 2009 07:20:15 +0000 (09:20 +0200)
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