X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=ad87e0a02979645ea1c80ad6789525932c912b10;hb=03b96c164e75ab3af5887a4cb498759370a31100;hp=c392521becb7817da215ee3ad379d976f6b80842;hpb=bf59dcfb13123d9ce146742e15e7b1a128d9c4e9;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index c392521..ad87e0a 100644 --- a/Constants.hs +++ b/Constants.hs @@ -258,6 +258,9 @@ toSignedId = "to_signed" toUnsignedId :: String toUnsignedId = "to_unsigned" +resizeId :: String +resizeId = "resize" + ------------------ -- VHDL type marks ------------------