diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-04 21:59:35 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-04 21:59:35 +0200 |
commit | 7ca14ac72c36c363d8f874c266c2730f209a0edd (patch) | |
tree | bbb7bd17960299bc03da84c1b37e0e4dafdf31c4 /src/vhdl/parse_psl.ads | |
parent | fc028b5d21727da66dc8e146b3dbcfc870c64f90 (diff) | |
download | ghdl-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.ads | 2 |
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; |