Add built-in split function
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
index 03688eb01a132eed54233a00088719dff82f2d13..8c96148cec95b23c56a6e88cacf52ef82ed17c36 100644 (file)
@@ -235,6 +235,9 @@ fstId = "fst"
 sndId :: String
 sndId = "snd"
 
+splitId :: String
+splitId = "split"
+
 -- Equality Operations
 equalityId :: String
 equalityId = "=="
@@ -297,6 +300,12 @@ toUnsignedId = "to_unsigned"
 resizeId :: String
 resizeId = "resize"
 
+resizeWordId :: String
+resizeWordId = "resizeWord"
+
+resizeIntId :: String
+resizeIntId = "resizeInt"
+
 smallIntegerId :: String
 smallIntegerId = "smallInteger"