X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=e9c4a4a2d6efc87c73f897db8910691606972727;hb=b8c1e8554ba8aee73bc9d9a54bb3cb32f7930957;hp=c392521becb7817da215ee3ad379d976f6b80842;hpb=c170d5cf53ad578ea96b3e80b926e23c3b512295;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index c392521..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 @@ -258,6 +258,9 @@ toSignedId = "to_signed" toUnsignedId :: String toUnsignedId = "to_unsigned" +resizeId :: String +resizeId = "resize" + ------------------ -- VHDL type marks ------------------