diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-10 07:48:39 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-10 18:14:47 +0200 |
commit | 4be73be561379cff6b0e5966e020d90387085034 (patch) | |
tree | 3f94ac029b17dfe7cd1593487d45333254d7e921 /src/vhdl/simulate | |
parent | db7d0b337e85c3b327efa799418ef92de3a369ce (diff) | |
download | ghdl-4be73be561379cff6b0e5966e020d90387085034.tar.gz ghdl-4be73be561379cff6b0e5966e020d90387085034.tar.bz2 ghdl-4be73be561379cff6b0e5966e020d90387085034.zip |
psl: add psl-types, psl-nodes_priv.
Diffstat (limited to 'src/vhdl/simulate')
-rw-r--r-- | src/vhdl/simulate/simul-simulation-main.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/simulate/simul-simulation-main.adb b/src/vhdl/simulate/simul-simulation-main.adb index 3a9f5d5ce..41441ba06 100644 --- a/src/vhdl/simulate/simul-simulation-main.adb +++ b/src/vhdl/simulate/simul-simulation-main.adb @@ -21,6 +21,7 @@ with Ada.Text_IO; use Ada.Text_IO; with Types; use Types; with Vhdl.Utils; use Vhdl.Utils; with Vhdl.Errors; use Vhdl.Errors; +with PSL.Types; use PSL.Types; with PSL.Nodes; with PSL.NFAs; with PSL.NFAs.Utils; |