aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-06 16:21:47 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-06 16:21:47 +0200
commit173bc379a93dd7de950557782bcc9f2b0a137ca9 (patch)
treed77225778265b1019d7314676c9dc65e21943894 /src/synth
parent4073a0be10c0cf14c87f3f19fc3baf594148149c (diff)
downloadghdl-173bc379a93dd7de950557782bcc9f2b0a137ca9.tar.gz
ghdl-173bc379a93dd7de950557782bcc9f2b0a137ca9.tar.bz2
ghdl-173bc379a93dd7de950557782bcc9f2b0a137ca9.zip
ghdlsynth: fix crash when using libghdl.
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synthesis.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synth/synthesis.adb b/src/synth/synthesis.adb
index d5dcf61fd..5d41ad70f 100644
--- a/src/synth/synthesis.adb
+++ b/src/synth/synthesis.adb
@@ -20,7 +20,6 @@
with Vhdl.Utils; use Vhdl.Utils;
-with Netlists.Errors;
with Synth.Values; use Synth.Values;
with Synth.Decls; use Synth.Decls;
with Synth.Insts; use Synth.Insts;
@@ -128,7 +127,6 @@ package body Synthesis is
Top_Instance := Make_Base_Instance;
- Netlists.Errors.Initialize;
Synth.Values.Init;
Synth.Insts.Init;