aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-types.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-types.adb')
-rw-r--r--src/synth/synth-types.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/synth/synth-types.adb b/src/synth/synth-types.adb
index 87fc1826c..88542ab6b 100644
--- a/src/synth/synth-types.adb
+++ b/src/synth/synth-types.adb
@@ -19,7 +19,7 @@
-- MA 02110-1301, USA.
with Types; use Types;
-with Std_Package;
+with Vhdl.Std_Package;
with Ieee.Std_Logic_1164;
with Iirs_Utils; use Iirs_Utils;
@@ -32,8 +32,8 @@ package body Synth.Types is
begin
return Atype = Ieee.Std_Logic_1164.Std_Ulogic_Type
or else Atype = Ieee.Std_Logic_1164.Std_Logic_Type
- or else Atype = Std_Package.Boolean_Type_Definition
- or else Atype = Std_Package.Bit_Type_Definition;
+ or else Atype = Vhdl.Std_Package.Boolean_Type_Definition
+ or else Atype = Vhdl.Std_Package.Bit_Type_Definition;
end Is_Bit_Type;
function Is_Vector_Type (Atype : Iir) return Boolean is