X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=ad87e0a02979645ea1c80ad6789525932c912b10;hb=03b96c164e75ab3af5887a4cb498759370a31100;hp=838f9c5cb3567e8f44dc05c0e600c747b4574ab7;hpb=c0b63b2aae039cecafb06bbcf63e50ee0359709b;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 838f9c5..ad87e0a 100644 --- a/Constants.hs +++ b/Constants.hs @@ -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 ------------------