From: Christiaan Baaij Date: Fri, 7 Aug 2009 07:20:15 +0000 (+0200) Subject: Alu.hs now uses the new CLasH.HardwareTypes X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=commitdiff_plain;h=d162629abb03f376afec902e0a5d2087a6c34d7e Alu.hs now uses the new CLasH.HardwareTypes --- 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