diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-10 06:32:11 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-10 18:14:47 +0200 |
commit | 2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c (patch) | |
tree | cc9c7920faaf066098206973df852c1a7bed999a /src/vhdl/simulate | |
parent | 0f995708288bb330cefeac11187ce064c2ec3bb1 (diff) | |
download | ghdl-2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c.tar.gz ghdl-2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c.tar.bz2 ghdl-2c5ce4b3aab14d67e97623e8dfe31cf27a043e7c.zip |
Extract psl-errors from errorout.
Diffstat (limited to 'src/vhdl/simulate')
-rw-r--r-- | src/vhdl/simulate/simul-simulation-main.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simul-simulation-main.adb b/src/vhdl/simulate/simul-simulation-main.adb index 8a91ed179..3a9f5d5ce 100644 --- a/src/vhdl/simulate/simul-simulation-main.adb +++ b/src/vhdl/simulate/simul-simulation-main.adb @@ -20,11 +20,11 @@ with Ada.Unchecked_Conversion; with Ada.Text_IO; use Ada.Text_IO; with Types; use Types; with Vhdl.Utils; use Vhdl.Utils; -with Errorout; use Errorout; with Vhdl.Errors; use Vhdl.Errors; with PSL.Nodes; with PSL.NFAs; with PSL.NFAs.Utils; +with PSL.Errors; use PSL.Errors; with Vhdl.Std_Package; with Trans_Analyzes; with Simul.Elaboration; use Simul.Elaboration; |