X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=inline;f=Constants.hs;h=ad87e0a02979645ea1c80ad6789525932c912b10;hb=03b96c164e75ab3af5887a4cb498759370a31100;hp=e8b0840df0903cf27a54b46e49b37acb478389b2;hpb=8782caddd5cc4df0c68e4025266c9b558e32eb48;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index e8b0840..ad87e0a 100644 --- a/Constants.hs +++ b/Constants.hs @@ -249,6 +249,18 @@ fromSizedWordId = "fromSizedWord" toIntegerId :: String toIntegerId = "to_integer" +fromIntegerId :: String +fromIntegerId = "fromInteger" + +toSignedId :: String +toSignedId = "to_signed" + +toUnsignedId :: String +toUnsignedId = "to_unsigned" + +resizeId :: String +resizeId = "resize" + ------------------ -- VHDL type marks ------------------