diff options
Diffstat (limited to 'src/synth')
-rw-r--r-- | src/synth/synth-context.ads | 2 | ||||
-rw-r--r-- | src/synth/synth-decls.adb | 2 | ||||
-rw-r--r-- | src/synth/synth-expr.adb | 2 | ||||
-rw-r--r-- | src/synth/synth-stmts.adb | 2 | ||||
-rw-r--r-- | src/synth/synth-types.adb | 2 | ||||
-rw-r--r-- | src/synth/synthesis.adb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/synth/synth-context.ads b/src/synth/synth-context.ads index e09702e1d..bb633b17c 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 Simul.Annotations; use Simul.Annotations; +with Vhdl.Annotations; use Vhdl.Annotations; with Netlists; use Netlists; with Netlists.Builders; with Vhdl.Nodes; use Vhdl.Nodes; diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb index b9ce77fed..0726cfa6d 100644 --- a/src/synth/synth-decls.adb +++ b/src/synth/synth-decls.adb @@ -28,7 +28,7 @@ with Synth.Types; use Synth.Types; with Synth.Values; use Synth.Values; with Synth.Environment; use Synth.Environment; with Synth.Expr; use Synth.Expr; -with Simul.Annotations; use Simul.Annotations; +with Vhdl.Annotations; use Vhdl.Annotations; package body Synth.Decls is procedure Synth_Anonymous_Subtype_Indication diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb index 3f6e2efc5..4b48ae83a 100644 --- a/src/synth/synth-expr.adb +++ b/src/synth/synth-expr.adb @@ -29,7 +29,7 @@ with Vhdl.Utils; use Vhdl.Utils; with Vhdl.Evaluation; use Vhdl.Evaluation; with Areapools; -with Simul.Annotations; use Simul.Annotations; +with Vhdl.Annotations; use Vhdl.Annotations; with Synth.Errors; use Synth.Errors; with Synth.Types; use Synth.Types; diff --git a/src/synth/synth-stmts.adb b/src/synth/synth-stmts.adb index b43170078..0f374a904 100644 --- a/src/synth/synth-stmts.adb +++ b/src/synth/synth-stmts.adb @@ -37,7 +37,7 @@ with Synth.Expr; use Synth.Expr; with Synth.Values; use Synth.Values; with Synth.Environment; use Synth.Environment; -with Simul.Annotations; use Simul.Annotations; +with Vhdl.Annotations; use Vhdl.Annotations; with Netlists; use Netlists; with Netlists.Builders; use Netlists.Builders; diff --git a/src/synth/synth-types.adb b/src/synth/synth-types.adb index ff516bac0..87034036e 100644 --- a/src/synth/synth-types.adb +++ b/src/synth/synth-types.adb @@ -26,7 +26,7 @@ with Vhdl.Errors; use Vhdl.Errors; with Synth.Values; use Synth.Values; with Synth.Expr; -with Simul.Annotations; use Simul.Annotations; +with Vhdl.Annotations; use Vhdl.Annotations; package body Synth.Types is function Is_Bit_Type (Atype : Iir) return Boolean is diff --git a/src/synth/synthesis.adb b/src/synth/synthesis.adb index b17cff003..a9ce60085 100644 --- a/src/synth/synthesis.adb +++ b/src/synth/synthesis.adb @@ -25,7 +25,7 @@ with Netlists.Builders; use Netlists.Builders; with Netlists.Utils; with Vhdl.Utils; use Vhdl.Utils; -with Simul.Annotations; use Simul.Annotations; +with Vhdl.Annotations; use Vhdl.Annotations; with Synth.Environment; use Synth.Environment; with Synth.Values; use Synth.Values; |