Added support for SizedInts and cleaned up some function related to SizedWords
[matthijs/master-project/cλash.git] / VHDLTypes.hs
index 0bc1a5e339ef9cf32aa92554e1c30d12db972ff3..b9db66a485220276f060c18edcb9c1419efa1fa3 100644 (file)
@@ -41,6 +41,9 @@ instance Ord OrdType where
 data HType = StdType OrdType |
              ADTType String [HType] |
              VecType Int HType |
+             SizedWType Int |
+             RangedWType Int |
+             SizedIType Int |
              BuiltinType String
   deriving (Eq, Ord)