diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-11-24 05:44:28 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-11-24 05:44:28 +0100 |
commit | 947d5b8876198dda1cf8e0c65a554e5dbd5e80f2 (patch) | |
tree | 67d8064b5a42ad3f1837984410022eb6018f1fb3 /src/vhdl/simulate/debugger-ams.ads | |
parent | 345bcdbf2fbe012a8b4da772329d18757fef5594 (diff) | |
download | ghdl-947d5b8876198dda1cf8e0c65a554e5dbd5e80f2.tar.gz ghdl-947d5b8876198dda1cf8e0c65a554e5dbd5e80f2.tar.bz2 ghdl-947d5b8876198dda1cf8e0c65a554e5dbd5e80f2.zip |
simulation: refactoring (move block_instance to iir_values).
Diffstat (limited to 'src/vhdl/simulate/debugger-ams.ads')
-rw-r--r-- | src/vhdl/simulate/debugger-ams.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/simulate/debugger-ams.ads b/src/vhdl/simulate/debugger-ams.ads index 4b9de8fed..f89fda276 100644 --- a/src/vhdl/simulate/debugger-ams.ads +++ b/src/vhdl/simulate/debugger-ams.ads @@ -16,7 +16,6 @@ -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. -with Iir_Values; use Iir_Values; with Elaboration.AMS; use Elaboration.AMS; package Debugger.AMS is |