diff options
Diffstat (limited to 'src/synth')
-rw-r--r-- | src/synth/synth-context.ads | 2 | ||||
-rw-r--r-- | src/synth/synth-decls.ads | 2 | ||||
-rw-r--r-- | src/synth/synth-expr.ads | 2 | ||||
-rw-r--r-- | src/synth/synth-source.ads | 2 | ||||
-rw-r--r-- | src/synth/synth-stmts.ads | 2 | ||||
-rw-r--r-- | src/synth/synth-types.ads | 2 | ||||
-rw-r--r-- | src/synth/synth-values.ads | 2 | ||||
-rw-r--r-- | src/synth/synthesis.ads | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/synth/synth-context.ads b/src/synth/synth-context.ads index b99179bd5..57a2e412d 100644 --- a/src/synth/synth-context.ads +++ b/src/synth/synth-context.ads @@ -23,7 +23,7 @@ with Synth.Values; use Synth.Values; with Simul.Environments; use Simul.Environments; with Netlists; use Netlists; with Netlists.Builders; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Synth.Context is type Instance_Map_Array is array (Block_Instance_Id range <>) diff --git a/src/synth/synth-decls.ads b/src/synth/synth-decls.ads index 119f8bd07..619737607 100644 --- a/src/synth/synth-decls.ads +++ b/src/synth/synth-decls.ads @@ -18,7 +18,7 @@ -- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, -- MA 02110-1301, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Synth.Values; use Synth.Values; package Synth.Decls is diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads index a80e1d7db..baf1f9000 100644 --- a/src/synth/synth-expr.ads +++ b/src/synth/synth-expr.ads @@ -21,7 +21,7 @@ with Types; use Types; with Simul.Environments; use Simul.Environments; with Synth.Values; use Synth.Values; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Synth.Expr is function Is_Const (Val : Value_Acc) return Boolean; diff --git a/src/synth/synth-source.ads b/src/synth/synth-source.ads index d6504d268..2dd081e84 100644 --- a/src/synth/synth-source.ads +++ b/src/synth/synth-source.ads @@ -18,7 +18,7 @@ -- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, -- MA 02110-1301, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Synth.Source is subtype Syn_Src is Iir; diff --git a/src/synth/synth-stmts.ads b/src/synth/synth-stmts.ads index dd314e167..f96117bd6 100644 --- a/src/synth/synth-stmts.ads +++ b/src/synth/synth-stmts.ads @@ -18,7 +18,7 @@ -- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, -- MA 02110-1301, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Synth.Values; use Synth.Values; package Synth.Stmts is diff --git a/src/synth/synth-types.ads b/src/synth/synth-types.ads index 934edbb53..b07e22e9e 100644 --- a/src/synth/synth-types.ads +++ b/src/synth/synth-types.ads @@ -20,7 +20,7 @@ with Netlists; use Netlists; with Synth.Values; use Synth.Values; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Synth.Types is -- All known enumeration type that are translated to a single bit. diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads index 8bf58a9bc..100af6dbb 100644 --- a/src/synth/synth-values.ads +++ b/src/synth/synth-values.ads @@ -22,7 +22,7 @@ with Types; use Types; with Netlists; use Netlists; with Synth.Environment; use Synth.Environment; with Simul.Environments; use Simul.Environments; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Synth.Values is -- Values is how signals and variables are decomposed. This is similar to diff --git a/src/synth/synthesis.ads b/src/synth/synthesis.ads index e1abbfb67..cac933572 100644 --- a/src/synth/synthesis.ads +++ b/src/synth/synthesis.ads @@ -18,7 +18,7 @@ -- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, -- MA 02110-1301, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Netlists; use Netlists; package Synthesis is |