aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/parse_psl.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-04 21:59:35 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-04 21:59:35 +0200
commit7ca14ac72c36c363d8f874c266c2730f209a0edd (patch)
treebbb7bd17960299bc03da84c1b37e0e4dafdf31c4 /src/vhdl/parse_psl.ads
parentfc028b5d21727da66dc8e146b3dbcfc870c64f90 (diff)
downloadghdl-7ca14ac72c36c363d8f874c266c2730f209a0edd.tar.gz
ghdl-7ca14ac72c36c363d8f874c266c2730f209a0edd.tar.bz2
ghdl-7ca14ac72c36c363d8f874c266c2730f209a0edd.zip
vhdl: move tokens as vhdl child package.
Diffstat (limited to 'src/vhdl/parse_psl.ads')
-rw-r--r--src/vhdl/parse_psl.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/parse_psl.ads b/src/vhdl/parse_psl.ads
index 1df993e82..c24e65091 100644
--- a/src/vhdl/parse_psl.ads
+++ b/src/vhdl/parse_psl.ads
@@ -17,7 +17,7 @@
-- 02111-1307, USA.
with Types; use Types;
-with Tokens; use Tokens;
+with Vhdl.Tokens; use Vhdl.Tokens;
package Parse_Psl is
function Parse_Psl_Sequence (Full_Hdl_Expr : Boolean) return PSL_Node;