summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold2014-11-04 20:21:00 +0100
committerTristan Gingold2014-11-04 20:21:00 +0100
commit0a088b311ed2fcebc542f8a2e42d09e2e3c9311c (patch)
tree8ec898f38ddff616e459a0df57b3f4112bd96ffc /src
parent9c195bf5d86d67ea5eb419ccf6e48dc153e57c68 (diff)
downloadghdl-0a088b311ed2fcebc542f8a2e42d09e2e3c9311c.tar.gz
ghdl-0a088b311ed2fcebc542f8a2e42d09e2e3c9311c.tar.bz2
ghdl-0a088b311ed2fcebc542f8a2e42d09e2e3c9311c.zip
Create src/vhdl subdirectory.
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/back_end.adb (renamed from src/back_end.adb)0
-rw-r--r--src/vhdl/back_end.ads (renamed from src/back_end.ads)0
-rw-r--r--src/vhdl/canon.adb (renamed from src/canon.adb)0
-rw-r--r--src/vhdl/canon.ads (renamed from src/canon.ads)0
-rw-r--r--src/vhdl/canon_psl.adb (renamed from src/canon_psl.adb)0
-rw-r--r--src/vhdl/canon_psl.ads (renamed from src/canon_psl.ads)0
-rw-r--r--src/vhdl/configuration.adb (renamed from src/configuration.adb)0
-rw-r--r--src/vhdl/configuration.ads (renamed from src/configuration.ads)0
-rw-r--r--src/vhdl/disp_tree.adb (renamed from src/disp_tree.adb)0
-rw-r--r--src/vhdl/disp_tree.ads (renamed from src/disp_tree.ads)0
-rw-r--r--src/vhdl/disp_vhdl.adb (renamed from src/disp_vhdl.adb)0
-rw-r--r--src/vhdl/disp_vhdl.ads (renamed from src/disp_vhdl.ads)0
-rw-r--r--src/vhdl/errorout.adb (renamed from src/errorout.adb)0
-rw-r--r--src/vhdl/errorout.ads (renamed from src/errorout.ads)0
-rw-r--r--src/vhdl/evaluation.adb (renamed from src/evaluation.adb)0
-rw-r--r--src/vhdl/evaluation.ads (renamed from src/evaluation.ads)0
-rw-r--r--src/vhdl/ieee-std_logic_1164.adb (renamed from src/ieee-std_logic_1164.adb)0
-rw-r--r--src/vhdl/ieee-std_logic_1164.ads (renamed from src/ieee-std_logic_1164.ads)0
-rw-r--r--src/vhdl/ieee-vital_timing.adb (renamed from src/ieee-vital_timing.adb)0
-rw-r--r--src/vhdl/ieee-vital_timing.ads (renamed from src/ieee-vital_timing.ads)0
-rw-r--r--src/vhdl/ieee.ads (renamed from src/ieee.ads)0
-rw-r--r--src/vhdl/iir_chain_handling.adb (renamed from src/iir_chain_handling.adb)0
-rw-r--r--src/vhdl/iir_chain_handling.ads (renamed from src/iir_chain_handling.ads)0
-rw-r--r--src/vhdl/iir_chains.adb (renamed from src/iir_chains.adb)0
-rw-r--r--src/vhdl/iir_chains.ads (renamed from src/iir_chains.ads)0
-rw-r--r--src/vhdl/iirs.adb (renamed from src/iirs.adb)0
-rw-r--r--src/vhdl/iirs.adb.in (renamed from src/iirs.adb.in)0
-rw-r--r--src/vhdl/iirs.ads (renamed from src/iirs.ads)0
-rw-r--r--src/vhdl/iirs_utils.adb (renamed from src/iirs_utils.adb)0
-rw-r--r--src/vhdl/iirs_utils.ads (renamed from src/iirs_utils.ads)0
-rw-r--r--src/vhdl/iirs_walk.adb (renamed from src/iirs_walk.adb)0
-rw-r--r--src/vhdl/iirs_walk.ads (renamed from src/iirs_walk.ads)0
-rw-r--r--src/vhdl/nodes.adb (renamed from src/nodes.adb)0
-rw-r--r--src/vhdl/nodes.ads (renamed from src/nodes.ads)0
-rw-r--r--src/vhdl/nodes_gc.adb (renamed from src/nodes_gc.adb)0
-rw-r--r--src/vhdl/nodes_gc.adb.in (renamed from src/nodes_gc.adb.in)0
-rw-r--r--src/vhdl/nodes_gc.ads (renamed from src/nodes_gc.ads)0
-rw-r--r--src/vhdl/nodes_meta.adb (renamed from src/nodes_meta.adb)0
-rw-r--r--src/vhdl/nodes_meta.adb.in (renamed from src/nodes_meta.adb.in)0
-rw-r--r--src/vhdl/nodes_meta.ads (renamed from src/nodes_meta.ads)0
-rw-r--r--src/vhdl/nodes_meta.ads.in (renamed from src/nodes_meta.ads.in)0
-rw-r--r--src/vhdl/parse.adb (renamed from src/parse.adb)0
-rw-r--r--src/vhdl/parse.ads (renamed from src/parse.ads)0
-rw-r--r--src/vhdl/parse_psl.adb (renamed from src/parse_psl.adb)0
-rw-r--r--src/vhdl/parse_psl.ads (renamed from src/parse_psl.ads)0
-rw-r--r--src/vhdl/post_sems.adb (renamed from src/post_sems.adb)0
-rw-r--r--src/vhdl/post_sems.ads (renamed from src/post_sems.ads)0
-rw-r--r--src/vhdl/psl-errors.ads (renamed from src/psl-errors.ads)0
-rw-r--r--src/vhdl/scanner-scan_literal.adb (renamed from src/scanner-scan_literal.adb)0
-rw-r--r--src/vhdl/scanner.adb (renamed from src/scanner.adb)0
-rw-r--r--src/vhdl/scanner.ads (renamed from src/scanner.ads)0
-rw-r--r--src/vhdl/sem.adb (renamed from src/sem.adb)0
-rw-r--r--src/vhdl/sem.ads (renamed from src/sem.ads)0
-rw-r--r--src/vhdl/sem_assocs.adb (renamed from src/sem_assocs.adb)0
-rw-r--r--src/vhdl/sem_assocs.ads (renamed from src/sem_assocs.ads)0
-rw-r--r--src/vhdl/sem_decls.adb (renamed from src/sem_decls.adb)0
-rw-r--r--src/vhdl/sem_decls.ads (renamed from src/sem_decls.ads)0
-rw-r--r--src/vhdl/sem_expr.adb (renamed from src/sem_expr.adb)0
-rw-r--r--src/vhdl/sem_expr.ads (renamed from src/sem_expr.ads)0
-rw-r--r--src/vhdl/sem_inst.adb (renamed from src/sem_inst.adb)0
-rw-r--r--src/vhdl/sem_inst.ads (renamed from src/sem_inst.ads)0
-rw-r--r--src/vhdl/sem_names.adb (renamed from src/sem_names.adb)0
-rw-r--r--src/vhdl/sem_names.ads (renamed from src/sem_names.ads)0
-rw-r--r--src/vhdl/sem_psl.adb (renamed from src/sem_psl.adb)0
-rw-r--r--src/vhdl/sem_psl.ads (renamed from src/sem_psl.ads)0
-rw-r--r--src/vhdl/sem_scopes.adb (renamed from src/sem_scopes.adb)0
-rw-r--r--src/vhdl/sem_scopes.ads (renamed from src/sem_scopes.ads)0
-rw-r--r--src/vhdl/sem_specs.adb (renamed from src/sem_specs.adb)0
-rw-r--r--src/vhdl/sem_specs.ads (renamed from src/sem_specs.ads)0
-rw-r--r--src/vhdl/sem_stmts.adb (renamed from src/sem_stmts.adb)0
-rw-r--r--src/vhdl/sem_stmts.ads (renamed from src/sem_stmts.ads)0
-rw-r--r--src/vhdl/sem_types.adb (renamed from src/sem_types.adb)0
-rw-r--r--src/vhdl/sem_types.ads (renamed from src/sem_types.ads)0
-rw-r--r--src/vhdl/std_package.adb (renamed from src/std_package.adb)0
-rw-r--r--src/vhdl/std_package.ads (renamed from src/std_package.ads)0
-rw-r--r--src/vhdl/tokens.adb (renamed from src/tokens.adb)0
-rw-r--r--src/vhdl/tokens.ads (renamed from src/tokens.ads)0
-rw-r--r--src/vhdl/xrefs.adb (renamed from src/xrefs.adb)0
-rw-r--r--src/vhdl/xrefs.ads (renamed from src/xrefs.ads)0
79 files changed, 0 insertions, 0 deletions
diff --git a/src/back_end.adb b/src/vhdl/back_end.adb
index 81bc207..81bc207 100644
--- a/src/back_end.adb
+++ b/src/vhdl/back_end.adb
diff --git a/src/back_end.ads b/src/vhdl/back_end.ads
index 3ee1e68..3ee1e68 100644
--- a/src/back_end.ads
+++ b/src/vhdl/back_end.ads
diff --git a/src/canon.adb b/src/vhdl/canon.adb
index cd2dae0..cd2dae0 100644
--- a/src/canon.adb
+++ b/src/vhdl/canon.adb
diff --git a/src/canon.ads b/src/vhdl/canon.ads
index 574a318..574a318 100644
--- a/src/canon.ads
+++ b/src/vhdl/canon.ads
diff --git a/src/canon_psl.adb b/src/vhdl/canon_psl.adb
index 1e1d8de..1e1d8de 100644
--- a/src/canon_psl.adb
+++ b/src/vhdl/canon_psl.adb
diff --git a/src/canon_psl.ads b/src/vhdl/canon_psl.ads
index 3a8c501..3a8c501 100644
--- a/src/canon_psl.ads
+++ b/src/vhdl/canon_psl.ads
diff --git a/src/configuration.adb b/src/vhdl/configuration.adb
index f570b69..f570b69 100644
--- a/src/configuration.adb
+++ b/src/vhdl/configuration.adb
diff --git a/src/configuration.ads b/src/vhdl/configuration.ads
index 0a19a23..0a19a23 100644
--- a/src/configuration.ads
+++ b/src/vhdl/configuration.ads
diff --git a/src/disp_tree.adb b/src/vhdl/disp_tree.adb
index fbaaa93..fbaaa93 100644
--- a/src/disp_tree.adb
+++ b/src/vhdl/disp_tree.adb
diff --git a/src/disp_tree.ads b/src/vhdl/disp_tree.ads
index 94b1d29..94b1d29 100644
--- a/src/disp_tree.ads
+++ b/src/vhdl/disp_tree.ads
diff --git a/src/disp_vhdl.adb b/src/vhdl/disp_vhdl.adb
index 73a8e42..73a8e42 100644
--- a/src/disp_vhdl.adb
+++ b/src/vhdl/disp_vhdl.adb
diff --git a/src/disp_vhdl.ads b/src/vhdl/disp_vhdl.ads
index 880290e..880290e 100644
--- a/src/disp_vhdl.ads
+++ b/src/vhdl/disp_vhdl.ads
diff --git a/src/errorout.adb b/src/vhdl/errorout.adb
index 1652bb4..1652bb4 100644
--- a/src/errorout.adb
+++ b/src/vhdl/errorout.adb
diff --git a/src/errorout.ads b/src/vhdl/errorout.ads
index ce694fe..ce694fe 100644
--- a/src/errorout.ads
+++ b/src/vhdl/errorout.ads
diff --git a/src/evaluation.adb b/src/vhdl/evaluation.adb
index 8279e14..8279e14 100644
--- a/src/evaluation.adb
+++ b/src/vhdl/evaluation.adb
diff --git a/src/evaluation.ads b/src/vhdl/evaluation.ads
index 66ec2a1..66ec2a1 100644
--- a/src/evaluation.ads
+++ b/src/vhdl/evaluation.ads
diff --git a/src/ieee-std_logic_1164.adb b/src/vhdl/ieee-std_logic_1164.adb
index ee58fe7..ee58fe7 100644
--- a/src/ieee-std_logic_1164.adb
+++ b/src/vhdl/ieee-std_logic_1164.adb
diff --git a/src/ieee-std_logic_1164.ads b/src/vhdl/ieee-std_logic_1164.ads
index b1f14f2..b1f14f2 100644
--- a/src/ieee-std_logic_1164.ads
+++ b/src/vhdl/ieee-std_logic_1164.ads
diff --git a/src/ieee-vital_timing.adb b/src/vhdl/ieee-vital_timing.adb
index d6429e2..d6429e2 100644
--- a/src/ieee-vital_timing.adb
+++ b/src/vhdl/ieee-vital_timing.adb
diff --git a/src/ieee-vital_timing.ads b/src/vhdl/ieee-vital_timing.ads
index 7abda2e..7abda2e 100644
--- a/src/ieee-vital_timing.ads
+++ b/src/vhdl/ieee-vital_timing.ads
diff --git a/src/ieee.ads b/src/vhdl/ieee.ads
index 48ab376..48ab376 100644
--- a/src/ieee.ads
+++ b/src/vhdl/ieee.ads
diff --git a/src/iir_chain_handling.adb b/src/vhdl/iir_chain_handling.adb
index 1e70a36..1e70a36 100644
--- a/src/iir_chain_handling.adb
+++ b/src/vhdl/iir_chain_handling.adb
diff --git a/src/iir_chain_handling.ads b/src/vhdl/iir_chain_handling.ads
index 3865e9b..3865e9b 100644
--- a/src/iir_chain_handling.ads
+++ b/src/vhdl/iir_chain_handling.ads
diff --git a/src/iir_chains.adb b/src/vhdl/iir_chains.adb
index ef47b64..ef47b64 100644
--- a/src/iir_chains.adb
+++ b/src/vhdl/iir_chains.adb
diff --git a/src/iir_chains.ads b/src/vhdl/iir_chains.ads
index dc2f389..dc2f389 100644
--- a/src/iir_chains.ads
+++ b/src/vhdl/iir_chains.ads
diff --git a/src/iirs.adb b/src/vhdl/iirs.adb
index 876d146..876d146 100644
--- a/src/iirs.adb
+++ b/src/vhdl/iirs.adb
diff --git a/src/iirs.adb.in b/src/vhdl/iirs.adb.in
index 04511bb..04511bb 100644
--- a/src/iirs.adb.in
+++ b/src/vhdl/iirs.adb.in
diff --git a/src/iirs.ads b/src/vhdl/iirs.ads
index cd58daa..cd58daa 100644
--- a/src/iirs.ads
+++ b/src/vhdl/iirs.ads
diff --git a/src/iirs_utils.adb b/src/vhdl/iirs_utils.adb
index 52c1ee8..52c1ee8 100644
--- a/src/iirs_utils.adb
+++ b/src/vhdl/iirs_utils.adb
diff --git a/src/iirs_utils.ads b/src/vhdl/iirs_utils.ads
index a588ab8..a588ab8 100644
--- a/src/iirs_utils.ads
+++ b/src/vhdl/iirs_utils.ads
diff --git a/src/iirs_walk.adb b/src/vhdl/iirs_walk.adb
index 3998329..3998329 100644
--- a/src/iirs_walk.adb
+++ b/src/vhdl/iirs_walk.adb
diff --git a/src/iirs_walk.ads b/src/vhdl/iirs_walk.ads
index 4c098f7..4c098f7 100644
--- a/src/iirs_walk.ads
+++ b/src/vhdl/iirs_walk.ads
diff --git a/src/nodes.adb b/src/vhdl/nodes.adb
index 2dc7736..2dc7736 100644
--- a/src/nodes.adb
+++ b/src/vhdl/nodes.adb
diff --git a/src/nodes.ads b/src/vhdl/nodes.ads
index adf6a5e..adf6a5e 100644
--- a/src/nodes.ads
+++ b/src/vhdl/nodes.ads
diff --git a/src/nodes_gc.adb b/src/vhdl/nodes_gc.adb
index 38966f2..38966f2 100644
--- a/src/nodes_gc.adb
+++ b/src/vhdl/nodes_gc.adb
diff --git a/src/nodes_gc.adb.in b/src/vhdl/nodes_gc.adb.in
index 7c4303b..7c4303b 100644
--- a/src/nodes_gc.adb.in
+++ b/src/vhdl/nodes_gc.adb.in
diff --git a/src/nodes_gc.ads b/src/vhdl/nodes_gc.ads
index ef8e647..ef8e647 100644
--- a/src/nodes_gc.ads
+++ b/src/vhdl/nodes_gc.ads
diff --git a/src/nodes_meta.adb b/src/vhdl/nodes_meta.adb
index 3e038f5..3e038f5 100644
--- a/src/nodes_meta.adb
+++ b/src/vhdl/nodes_meta.adb
diff --git a/src/nodes_meta.adb.in b/src/vhdl/nodes_meta.adb.in
index d94c2d6..d94c2d6 100644
--- a/src/nodes_meta.adb.in
+++ b/src/vhdl/nodes_meta.adb.in
diff --git a/src/nodes_meta.ads b/src/vhdl/nodes_meta.ads
index 2d1f5e1..2d1f5e1 100644
--- a/src/nodes_meta.ads
+++ b/src/vhdl/nodes_meta.ads
diff --git a/src/nodes_meta.ads.in b/src/vhdl/nodes_meta.ads.in
index 8e1dcec..8e1dcec 100644
--- a/src/nodes_meta.ads.in
+++ b/src/vhdl/nodes_meta.ads.in
diff --git a/src/parse.adb b/src/vhdl/parse.adb
index 97ff876..97ff876 100644
--- a/src/parse.adb
+++ b/src/vhdl/parse.adb
diff --git a/src/parse.ads b/src/vhdl/parse.ads
index 26bdef3..26bdef3 100644
--- a/src/parse.ads
+++ b/src/vhdl/parse.ads
diff --git a/src/parse_psl.adb b/src/vhdl/parse_psl.adb
index 7cb20ca..7cb20ca 100644
--- a/src/parse_psl.adb
+++ b/src/vhdl/parse_psl.adb
diff --git a/src/parse_psl.ads b/src/vhdl/parse_psl.ads
index 62869fe..62869fe 100644
--- a/src/parse_psl.ads
+++ b/src/vhdl/parse_psl.ads
diff --git a/src/post_sems.adb b/src/vhdl/post_sems.adb
index 78eda50..78eda50 100644
--- a/src/post_sems.adb
+++ b/src/vhdl/post_sems.adb
diff --git a/src/post_sems.ads b/src/vhdl/post_sems.ads
index ed04226..ed04226 100644
--- a/src/post_sems.ads
+++ b/src/vhdl/post_sems.ads
diff --git a/src/psl-errors.ads b/src/vhdl/psl-errors.ads
index e99bb7d..e99bb7d 100644
--- a/src/psl-errors.ads
+++ b/src/vhdl/psl-errors.ads
diff --git a/src/scanner-scan_literal.adb b/src/vhdl/scanner-scan_literal.adb
index 74acf44..74acf44 100644
--- a/src/scanner-scan_literal.adb
+++ b/src/vhdl/scanner-scan_literal.adb
diff --git a/src/scanner.adb b/src/vhdl/scanner.adb
index 260bd7c..260bd7c 100644
--- a/src/scanner.adb
+++ b/src/vhdl/scanner.adb
diff --git a/src/scanner.ads b/src/vhdl/scanner.ads
index ddc0d18..ddc0d18 100644
--- a/src/scanner.ads
+++ b/src/vhdl/scanner.ads
diff --git a/src/sem.adb b/src/vhdl/sem.adb
index e82bd72..e82bd72 100644
--- a/src/sem.adb
+++ b/src/vhdl/sem.adb
diff --git a/src/sem.ads b/src/vhdl/sem.ads
index 5586483..5586483 100644
--- a/src/sem.ads
+++ b/src/vhdl/sem.ads
diff --git a/src/sem_assocs.adb b/src/vhdl/sem_assocs.adb
index 96e6608..96e6608 100644
--- a/src/sem_assocs.adb
+++ b/src/vhdl/sem_assocs.adb
diff --git a/src/sem_assocs.ads b/src/vhdl/sem_assocs.ads
index ec460e0..ec460e0 100644
--- a/src/sem_assocs.ads
+++ b/src/vhdl/sem_assocs.ads
diff --git a/src/sem_decls.adb b/src/vhdl/sem_decls.adb
index a7c0b4b..a7c0b4b 100644
--- a/src/sem_decls.adb
+++ b/src/vhdl/sem_decls.adb
diff --git a/src/sem_decls.ads b/src/vhdl/sem_decls.ads
index 7a8e240..7a8e240 100644
--- a/src/sem_decls.ads
+++ b/src/vhdl/sem_decls.ads
diff --git a/src/sem_expr.adb b/src/vhdl/sem_expr.adb
index f7af76c..f7af76c 100644
--- a/src/sem_expr.adb
+++ b/src/vhdl/sem_expr.adb
diff --git a/src/sem_expr.ads b/src/vhdl/sem_expr.ads
index a0422e7..a0422e7 100644
--- a/src/sem_expr.ads
+++ b/src/vhdl/sem_expr.ads
diff --git a/src/sem_inst.adb b/src/vhdl/sem_inst.adb
index a9ba756..a9ba756 100644
--- a/src/sem_inst.adb
+++ b/src/vhdl/sem_inst.adb
diff --git a/src/sem_inst.ads b/src/vhdl/sem_inst.ads
index da8cd5d..da8cd5d 100644
--- a/src/sem_inst.ads
+++ b/src/vhdl/sem_inst.ads
diff --git a/src/sem_names.adb b/src/vhdl/sem_names.adb
index 151e817..151e817 100644
--- a/src/sem_names.adb
+++ b/src/vhdl/sem_names.adb
diff --git a/src/sem_names.ads b/src/vhdl/sem_names.ads
index 3bc8530..3bc8530 100644
--- a/src/sem_names.ads
+++ b/src/vhdl/sem_names.ads
diff --git a/src/sem_psl.adb b/src/vhdl/sem_psl.adb
index cae63f7..cae63f7 100644
--- a/src/sem_psl.adb
+++ b/src/vhdl/sem_psl.adb
diff --git a/src/sem_psl.ads b/src/vhdl/sem_psl.ads
index 59df96f..59df96f 100644
--- a/src/sem_psl.ads
+++ b/src/vhdl/sem_psl.ads
diff --git a/src/sem_scopes.adb b/src/vhdl/sem_scopes.adb
index 71c7585..71c7585 100644
--- a/src/sem_scopes.adb
+++ b/src/vhdl/sem_scopes.adb
diff --git a/src/sem_scopes.ads b/src/vhdl/sem_scopes.ads
index 76faaf1..76faaf1 100644
--- a/src/sem_scopes.ads
+++ b/src/vhdl/sem_scopes.ads
diff --git a/src/sem_specs.adb b/src/vhdl/sem_specs.adb
index ca821b2..ca821b2 100644
--- a/src/sem_specs.adb
+++ b/src/vhdl/sem_specs.adb
diff --git a/src/sem_specs.ads b/src/vhdl/sem_specs.ads
index c27207b..c27207b 100644
--- a/src/sem_specs.ads
+++ b/src/vhdl/sem_specs.ads
diff --git a/src/sem_stmts.adb b/src/vhdl/sem_stmts.adb
index b5912fb..b5912fb 100644
--- a/src/sem_stmts.adb
+++ b/src/vhdl/sem_stmts.adb
diff --git a/src/sem_stmts.ads b/src/vhdl/sem_stmts.ads
index d3eeb8c..d3eeb8c 100644
--- a/src/sem_stmts.ads
+++ b/src/vhdl/sem_stmts.ads
diff --git a/src/sem_types.adb b/src/vhdl/sem_types.adb
index 12f276b..12f276b 100644
--- a/src/sem_types.adb
+++ b/src/vhdl/sem_types.adb
diff --git a/src/sem_types.ads b/src/vhdl/sem_types.ads
index 8eb7de1..8eb7de1 100644
--- a/src/sem_types.ads
+++ b/src/vhdl/sem_types.ads
diff --git a/src/std_package.adb b/src/vhdl/std_package.adb
index 1edfb6c..1edfb6c 100644
--- a/src/std_package.adb
+++ b/src/vhdl/std_package.adb
diff --git a/src/std_package.ads b/src/vhdl/std_package.ads
index 166c3c7..166c3c7 100644
--- a/src/std_package.ads
+++ b/src/vhdl/std_package.ads
diff --git a/src/tokens.adb b/src/vhdl/tokens.adb
index 5d27be8..5d27be8 100644
--- a/src/tokens.adb
+++ b/src/vhdl/tokens.adb
diff --git a/src/tokens.ads b/src/vhdl/tokens.ads
index c728731..c728731 100644
--- a/src/tokens.ads
+++ b/src/vhdl/tokens.ads
diff --git a/src/xrefs.adb b/src/vhdl/xrefs.adb
index 1569669..1569669 100644
--- a/src/xrefs.adb
+++ b/src/vhdl/xrefs.adb
diff --git a/src/xrefs.ads b/src/vhdl/xrefs.ads
index 74f2d0c..74f2d0c 100644
--- a/src/xrefs.ads
+++ b/src/vhdl/xrefs.ads