Partly fixed implementation for integer literals.
[matthijs/master-project/cλash.git] / Constants.hs
index 838f9c5cb3567e8f44dc05c0e600c747b4574ab7..c392521becb7817da215ee3ad379d976f6b80842 100644 (file)
@@ -252,6 +252,12 @@ toIntegerId = "to_integer"
 fromIntegerId :: String
 fromIntegerId = "fromInteger"
 
+toSignedId :: String
+toSignedId = "to_signed"
+
+toUnsignedId :: String
+toUnsignedId = "to_unsigned"
+
 ------------------
 -- VHDL type marks
 ------------------