Merge branch 'master' of http://git.stderr.nl/matthijs/master-project/cλash
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
index b9cbb0b1853b0949ebac5be513f1418151f5ddcb..e6381fd7411037d5d6051143db3a44b6552d956f 100644 (file)
@@ -278,6 +278,9 @@ boolOrId = "||"
 boolAndId :: String
 boolAndId = "&&"
 
+boolNot :: String
+boolNot = "not"
+
 -- Numeric Operations
 
 -- | plus operation identifier