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