X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=e9c4a4a2d6efc87c73f897db8910691606972727;hb=b8c1e8554ba8aee73bc9d9a54bb3cb32f7930957;hp=838f9c5cb3567e8f44dc05c0e600c747b4574ab7;hpb=c0b63b2aae039cecafb06bbcf63e50ee0359709b;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 838f9c5..e9c4a4a 100644 --- a/Constants.hs +++ b/Constants.hs @@ -1,6 +1,6 @@ module Constants where -import qualified ForSyDe.Backend.VHDL.AST as AST +import qualified Language.VHDL.AST as AST -------------- -- Identifiers @@ -252,6 +252,15 @@ toIntegerId = "to_integer" fromIntegerId :: String fromIntegerId = "fromInteger" +toSignedId :: String +toSignedId = "to_signed" + +toUnsignedId :: String +toUnsignedId = "to_unsigned" + +resizeId :: String +resizeId = "resize" + ------------------ -- VHDL type marks ------------------