diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-28 18:31:10 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-28 18:31:10 +0200 |
commit | 40c7b033a8e005503a5719901ac420bd39145a7b (patch) | |
tree | 5bd7c5b077516d4c4b17a8603c989219f9b49655 /src/synth/synth-expr.adb | |
parent | 1054c3731f64d58ff9eddc75b536c4a3d7e68057 (diff) | |
download | ghdl-40c7b033a8e005503a5719901ac420bd39145a7b.tar.gz ghdl-40c7b033a8e005503a5719901ac420bd39145a7b.tar.bz2 ghdl-40c7b033a8e005503a5719901ac420bd39145a7b.zip |
synth: Move get_input_net to netlists.utils.
Diffstat (limited to 'src/synth/synth-expr.adb')
-rw-r--r-- | src/synth/synth-expr.adb | 1 |
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 |