diff options
Diffstat (limited to 'src/vhdl/translate')
-rw-r--r-- | src/vhdl/translate/ortho_front.adb | 2 | ||||
-rw-r--r-- | src/vhdl/translate/trans.ads | 2 | ||||
-rw-r--r-- | src/vhdl/translate/trans_analyzes.ads | 2 | ||||
-rw-r--r-- | src/vhdl/translate/trans_be.ads | 2 | ||||
-rw-r--r-- | src/vhdl/translate/translation.ads | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/vhdl/translate/ortho_front.adb b/src/vhdl/translate/ortho_front.adb index 2ce7a34a4..9a0afe2e5 100644 --- a/src/vhdl/translate/ortho_front.adb +++ b/src/vhdl/translate/ortho_front.adb @@ -22,7 +22,7 @@ with Types; use Types; with Name_Table; with Hash; with Interning; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Libraries; with Iirs_Utils; use Iirs_Utils; with Vhdl.Std_Package; diff --git a/src/vhdl/translate/trans.ads b/src/vhdl/translate/trans.ads index bceaf986d..487e5dba9 100644 --- a/src/vhdl/translate/trans.ads +++ b/src/vhdl/translate/trans.ads @@ -19,7 +19,7 @@ with Ada.Unchecked_Deallocation; with Interfaces; use Interfaces; with Ortho_Nodes; use Ortho_Nodes; with Ortho_Ident; use Ortho_Ident; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Types; use Types; package Trans is diff --git a/src/vhdl/translate/trans_analyzes.ads b/src/vhdl/translate/trans_analyzes.ads index ecebb7597..3b021bc54 100644 --- a/src/vhdl/translate/trans_analyzes.ads +++ b/src/vhdl/translate/trans_analyzes.ads @@ -16,7 +16,7 @@ -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Trans_Analyzes is -- Extract a list of drivers from PROC. diff --git a/src/vhdl/translate/trans_be.ads b/src/vhdl/translate/trans_be.ads index 95cf04c1a..ff0026fb8 100644 --- a/src/vhdl/translate/trans_be.ads +++ b/src/vhdl/translate/trans_be.ads @@ -15,7 +15,7 @@ -- along with GCC; see the file COPYING. If not, write to the Free -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Translation; package Trans_Be is diff --git a/src/vhdl/translate/translation.ads b/src/vhdl/translate/translation.ads index ca8877ad7..73c92c347 100644 --- a/src/vhdl/translate/translation.ads +++ b/src/vhdl/translate/translation.ads @@ -15,7 +15,7 @@ -- along with GCC; see the file COPYING. If not, write to the Free -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Ortho_Nodes; package Translation is |