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.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb
index 6cfc2d8a6..cb2dc64b6 100644
--- a/src/synth/synth-expr.adb
+++ b/src/synth/synth-expr.adb
@@ -37,6 +37,7 @@ with Synth.Stmts;
with Netlists.Gates; use Netlists.Gates;
with Netlists.Builders; use Netlists.Builders;
+with Netlists.Utils; use Netlists.Utils;
package body Synth.Expr is
function Is_Const (Val : Value_Acc) return Boolean is