From d162629abb03f376afec902e0a5d2087a6c34d7e Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Fri, 7 Aug 2009 09:20:15 +0200 Subject: [PATCH] Alu.hs now uses the new CLasH.HardwareTypes --- Alu.hs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 -- 2.30.2