X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=Alu.hs;h=b7fff900642ca72ae2ec6f70958a4a656591bb51;hb=d162629abb03f376afec902e0a5d2087a6c34d7e;hp=0db8e7b6935517bc8ab264393cd40aaeab0538be;hpb=4a1b18cd81cebb66c95cc0ca8a6aaa441bee1418;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Alu.hs b/Alu.hs index 0db8e7b..b7fff90 100644 --- 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