aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-expr.adb')
-rw-r--r--src/synth/synth-expr.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb
index f48d881e8..0c7b636b4 100644
--- a/src/synth/synth-expr.adb
+++ b/src/synth/synth-expr.adb
@@ -20,6 +20,7 @@
with Ada.Unchecked_Conversion;
with Ada.Unchecked_Deallocation;
+with Types_Utils; use Types_Utils;
with Std_Names;
with Str_Table;
with Vhdl.Ieee.Std_Logic_1164;
@@ -943,9 +944,6 @@ package body Synth.Expr is
end case;
end Is_Const;
- function To_Int32 is new Ada.Unchecked_Conversion
- (Uns32, Int32);
-
function Get_Const (N : Net) return Int32
is
Inst : constant Instance := Get_Parent (N);