projects
/
matthijs
/
master-project
/
cλash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a1b18c
)
Alu.hs now uses the new CLasH.HardwareTypes
author
Christiaan Baaij
<christiaan.baaij@gmail.com>
Fri, 7 Aug 2009 07:20:15 +0000
(09:20 +0200)
committer
Christiaan Baaij
<christiaan.baaij@gmail.com>
Fri, 7 Aug 2009 07:20:15 +0000
(09:20 +0200)
Alu.hs
patch
|
blob
|
history
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