Fix zipWith template to work with partially applied functions, add support for boolea...
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
index 54a294115f9308dce7ece44404d90a06b328d08a..3b796a2e7e60f1e66f4b604f98c0880eabddbf6c 100644 (file)
@@ -1,5 +1,6 @@
 module CLasH.VHDL.Constants where
-  
+
+-- VHDL Imports  
 import qualified Language.VHDL.AST as AST
 
 --------------
@@ -235,6 +236,9 @@ fstId = "fst"
 sndId :: String
 sndId = "snd"
 
+splitId :: String
+splitId = "split"
+
 -- Equality Operations
 equalityId :: String
 equalityId = "=="
@@ -260,6 +264,9 @@ boolOrId = "||"
 boolAndId :: String
 boolAndId = "&&"
 
+boolNot :: String
+boolNot = "not"
+
 -- Numeric Operations
 
 -- | plus operation identifier