X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=VHDLTypes.hs;h=b9db66a485220276f060c18edcb9c1419efa1fa3;hb=c0b63b2aae039cecafb06bbcf63e50ee0359709b;hp=0bc1a5e339ef9cf32aa92554e1c30d12db972ff3;hpb=65d99830e416463d66f97581ece93da49f746778;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/VHDLTypes.hs b/VHDLTypes.hs index 0bc1a5e..b9db66a 100644 --- a/VHDLTypes.hs +++ b/VHDLTypes.hs @@ -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)