Added equals builtin. And fixed show function generation for integers
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
index 50bb9222a4681eba55297c44b67968ddf486f232..b0236f5364351ec63b333aabc1940c34193d1259 100644 (file)
@@ -229,6 +229,10 @@ hwandId = "hwand"
 lengthTId :: String
 lengthTId = "lengthT"
 
+-- Equality Operations
+equalsId :: String
+equalsId = "=="
+
 -- Numeric Operations
 
 -- | plus operation identifier