Generate a state proc for a stateful function.
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
index d9ed855bf2f63b65ed8c8684147841c3df453ee1..50bb9222a4681eba55297c44b67968ddf486f232 100644 (file)
@@ -125,6 +125,9 @@ initId = "init"
 tailId :: String
 tailId = "tail"
 
+-- | minimum ftp function identifier
+minimumId :: String
+minimumId = "minimum"
 
 -- | take function identifier
 takeId :: String
@@ -263,6 +266,9 @@ toUnsignedId = "to_unsigned"
 resizeId :: String
 resizeId = "resize"
 
+smallIntegerId :: String
+smallIntegerId = "smallInteger"
+
 sizedIntId :: String
 sizedIntId = "SizedInt"