Add boolean or and and, tuple fst and snd function.
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
index b0236f5364351ec63b333aabc1940c34193d1259..9c372ecd711519d91ec05feafedd61133e798448 100644 (file)
@@ -229,9 +229,24 @@ hwandId = "hwand"
 lengthTId :: String
 lengthTId = "lengthT"
 
+fstId :: String
+fstId = "fst"
+
+sndId :: String
+sndId = "snd"
+
 -- Equality Operations
-equalsId :: String
-equalsId = "=="
+equalityId :: String
+equalityId = "=="
+
+inEqualityId :: String
+inEqualityId = "/="
+
+boolOrId :: String
+boolOrId = "||"
+
+boolAndId :: String
+boolAndId = "&&"
 
 -- Numeric Operations