aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-04 22:12:13 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-04 22:12:13 +0200
commit19a9154fb3fadd0a33a6826e525091a9a75687e4 (patch)
tree194672b3beb90cbebc64ecad413c49728253d1da /src/options.adb
parentbddf80741a2a4f574e9b531c046a531d0d53ea86 (diff)
downloadghdl-19a9154fb3fadd0a33a6826e525091a9a75687e4.tar.gz
ghdl-19a9154fb3fadd0a33a6826e525091a9a75687e4.tar.bz2
ghdl-19a9154fb3fadd0a33a6826e525091a9a75687e4.zip
vhdl: move disp_tree and disp_vhdl as vhdl child.
Diffstat (limited to 'src/options.adb')
-rw-r--r--src/options.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.adb b/src/options.adb
index e2da44919..f7336c585 100644
--- a/src/options.adb
+++ b/src/options.adb
@@ -22,7 +22,7 @@ with Libraries;
with Std_Names;
with PSL.Nodes;
with PSL.Dump_Tree;
-with Disp_Tree;
+with Vhdl.Disp_Tree;
with Vhdl.Scanner;
with Back_End; use Back_End;
with Flags; use Flags;
@@ -34,7 +34,7 @@ package body Options is
Std_Names.Std_Names_Initialize;
Libraries.Init_Paths;
PSL.Nodes.Init;
- PSL.Dump_Tree.Dump_Hdl_Node := Disp_Tree.Disp_Tree_For_Psl'Access;
+ PSL.Dump_Tree.Dump_Hdl_Node := Vhdl.Disp_Tree.Disp_Tree_For_Psl'Access;
end Initialize;
function Option_Warning (Opt: String; Val : Boolean) return Boolean is