aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-27 21:04:18 +0100
committerTristan Gingold <tgingold@free.fr>2019-10-27 21:04:18 +0100
commit51f90bb57b068d7ed44ad0439bb710f8857abdb5 (patch)
tree501870e2bc153a20d650febfb8092ee13dafa2b7 /src/synth/synth-environment.adb
parent57d57e71330851d700f68be97661efc0dc9c00bb (diff)
downloadghdl-51f90bb57b068d7ed44ad0439bb710f8857abdb5.tar.gz
ghdl-51f90bb57b068d7ed44ad0439bb710f8857abdb5.tar.bz2
ghdl-51f90bb57b068d7ed44ad0439bb710f8857abdb5.zip
synth: create build2_concat from netlists-concat.
Diffstat (limited to 'src/synth/synth-environment.adb')
-rw-r--r--src/synth/synth-environment.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-environment.adb b/src/synth/synth-environment.adb
index d5411b4e4..42676f896 100644
--- a/src/synth/synth-environment.adb
+++ b/src/synth/synth-environment.adb
@@ -22,6 +22,7 @@ with Netlists.Builders; use Netlists.Builders;
with Netlists.Concats;
with Netlists.Gates;
with Netlists.Gates_Ports;
+with Netlists.Utils; use Netlists.Utils;
with Errorout; use Errorout;