aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-disp_vhdl.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-21 04:23:09 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-21 04:23:09 +0100
commit5647f25c4447d79b841f50970c49bdebeeaa4559 (patch)
tree5cbf31ce5eb3976a74e9fd80cd6cc19dfe70dd10 /src/synth/synth-disp_vhdl.adb
parentdb734580dbdd495097b22bfcc1de7ffd50d6a337 (diff)
downloadghdl-5647f25c4447d79b841f50970c49bdebeeaa4559.tar.gz
ghdl-5647f25c4447d79b841f50970c49bdebeeaa4559.tar.bz2
ghdl-5647f25c4447d79b841f50970c49bdebeeaa4559.zip
introduce package utils_io.
Diffstat (limited to 'src/synth/synth-disp_vhdl.adb')
-rw-r--r--src/synth/synth-disp_vhdl.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-disp_vhdl.adb b/src/synth/synth-disp_vhdl.adb
index 0227e4f2d..6d14e95d9 100644
--- a/src/synth/synth-disp_vhdl.adb
+++ b/src/synth/synth-disp_vhdl.adb
@@ -19,6 +19,7 @@
-- MA 02110-1301, USA.
with Simple_IO; use Simple_IO;
+with Utils_IO; use Utils_IO;
with Types; use Types;
with Name_Table;