Moved to new GHC API (6.11). Also use vhdl package for the VHDL AST
[matthijs/master-project/cλash.git] / Constants.hs
index c392521becb7817da215ee3ad379d976f6b80842..e9c4a4a2d6efc87c73f897db8910691606972727 100644 (file)
@@ -1,6 +1,6 @@
 module Constants where
   
-import qualified ForSyDe.Backend.VHDL.AST as AST
+import qualified Language.VHDL.AST as AST
 
 --------------
 -- Identifiers
@@ -258,6 +258,9 @@ toSignedId = "to_signed"
 toUnsignedId :: String
 toUnsignedId = "to_unsigned"
 
+resizeId :: String
+resizeId = "resize"
+
 ------------------
 -- VHDL type marks
 ------------------