aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-11-24 05:44:28 +0100
committerTristan Gingold <tgingold@free.fr>2017-11-24 05:44:28 +0100
commit947d5b8876198dda1cf8e0c65a554e5dbd5e80f2 (patch)
tree67d8064b5a42ad3f1837984410022eb6018f1fb3 /src/synth
parent345bcdbf2fbe012a8b4da772329d18757fef5594 (diff)
downloadghdl-947d5b8876198dda1cf8e0c65a554e5dbd5e80f2.tar.gz
ghdl-947d5b8876198dda1cf8e0c65a554e5dbd5e80f2.tar.bz2
ghdl-947d5b8876198dda1cf8e0c65a554e5dbd5e80f2.zip
simulation: refactoring (move block_instance to iir_values).
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synth-context.adb1
-rw-r--r--src/synth/synth-context.ads2
-rw-r--r--src/synth/synth-values.ads2
-rw-r--r--src/synth/synthesis.adb1
4 files changed, 2 insertions, 4 deletions
diff --git a/src/synth/synth-context.adb b/src/synth/synth-context.adb
index 92edc3e34..f5dc8ad1d 100644
--- a/src/synth/synth-context.adb
+++ b/src/synth/synth-context.adb
@@ -26,7 +26,6 @@ with Errorout; use Errorout;
with Annotations; use Annotations;
with Execution;
-with Iir_Values; use Iir_Values;
with Netlists.Builders; use Netlists.Builders;
diff --git a/src/synth/synth-context.ads b/src/synth/synth-context.ads
index ac8b881d9..52283f00d 100644
--- a/src/synth/synth-context.ads
+++ b/src/synth/synth-context.ads
@@ -20,7 +20,7 @@
with Synth.Environment; use Synth.Environment;
with Synth.Values; use Synth.Values;
-with Elaboration; use Elaboration;
+with Iir_Values; use Iir_Values;
with Netlists; use Netlists;
with Netlists.Builders;
with Iirs; use Iirs;
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads
index 5929d6345..16ead16a1 100644
--- a/src/synth/synth-values.ads
+++ b/src/synth/synth-values.ads
@@ -21,8 +21,6 @@
with Types; use Types;
with Netlists; use Netlists;
with Synth.Environment; use Synth.Environment;
-with Annotations; use Annotations;
-with Elaboration; use Elaboration;
with Iir_Values; use Iir_Values;
with Iirs; use Iirs;
diff --git a/src/synth/synthesis.adb b/src/synth/synthesis.adb
index 6c767ce2d..3a4ca3c4d 100644
--- a/src/synth/synthesis.adb
+++ b/src/synth/synthesis.adb
@@ -25,6 +25,7 @@ with Netlists.Builders; use Netlists.Builders;
with Netlists.Utils;
with Iirs_Utils; use Iirs_Utils;
+with Iir_Values; use Iir_Values;
with Elaboration; use Elaboration;
with Synth.Environment; use Synth.Environment;