From d3cb6d2f0f875a77483348a8003074e8d77a3198 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Tue, 23 Jun 2009 22:55:53 +0200 Subject: [PATCH] Always use everything declared in VHDL work library --- VHDL.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VHDL.hs b/VHDL.hs index 8d36af7..1f08abe 100644 --- a/VHDL.hs +++ b/VHDL.hs @@ -63,7 +63,8 @@ createDesignFiles binds = ] full_context = mkUseAll ["work", "types"] - : ieee_context + : (mkUseAll ["work"] + : ieee_context) type_package_dec = AST.LUPackageDec $ AST.PackageDec (mkVHDLBasicId "types") ([tfvec_index_decl] ++ vec_decls ++ ty_decls ++ subProgSpecs) type_package_body = AST.LUPackageBody $ AST.PackageBody typesId (concat tyfun_decls) subProgSpecs = concat (map subProgSpec tyfun_decls) -- 2.30.2