X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=VHDLTypes.hs;h=b9db66a485220276f060c18edcb9c1419efa1fa3;hb=78b45072fc36c7311bee97f2d9195bbc33b994cf;hp=0bc1a5e339ef9cf32aa92554e1c30d12db972ff3;hpb=8782caddd5cc4df0c68e4025266c9b558e32eb48;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)