We now use compileToCoreSimplified, I'm sure there will be dragons
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
index 04e727410b0e8ed63061fa6c12078ad3823f9038..50bb9222a4681eba55297c44b67968ddf486f232 100644 (file)
@@ -266,6 +266,9 @@ toUnsignedId = "to_unsigned"
 resizeId :: String
 resizeId = "resize"
 
+smallIntegerId :: String
+smallIntegerId = "smallInteger"
+
 sizedIntId :: String
 sizedIntId = "SizedInt"