Added resize function
[matthijs/master-project/cλash.git] / Constants.hs
index c392521becb7817da215ee3ad379d976f6b80842..ad87e0a02979645ea1c80ad6789525932c912b10 100644 (file)
@@ -258,6 +258,9 @@ toSignedId = "to_signed"
 toUnsignedId :: String
 toUnsignedId = "to_unsigned"
 
+resizeId :: String
+resizeId = "resize"
+
 ------------------
 -- VHDL type marks
 ------------------