diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-11-05 18:59:04 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-11-05 18:59:04 +0100 |
commit | 7359cb0eba5d395062bdb8dd587d09f1db544f05 (patch) | |
tree | 3d5be99c9570d3c38d766589f1ac3f26345260ea /src/synth/synth-expr.adb | |
parent | ecc117b872aec5b4673de32028a7c36060d05eec (diff) | |
download | ghdl-7359cb0eba5d395062bdb8dd587d09f1db544f05.tar.gz ghdl-7359cb0eba5d395062bdb8dd587d09f1db544f05.tar.bz2 ghdl-7359cb0eba5d395062bdb8dd587d09f1db544f05.zip |
synth: extract netlists-folds from netlists-builders.
Diffstat (limited to 'src/synth/synth-expr.adb')
-rw-r--r-- | src/synth/synth-expr.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb index c34616d14..f1bdeeead 100644 --- a/src/synth/synth-expr.adb +++ b/src/synth/synth-expr.adb @@ -23,16 +23,17 @@ with Types_Utils; use Types_Utils; with Std_Names; with Str_Table; with Mutils; use Mutils; + with Vhdl.Ieee.Std_Logic_1164; use Vhdl.Ieee.Std_Logic_1164; with Vhdl.Std_Package; with Vhdl.Errors; use Vhdl.Errors; with Vhdl.Utils; use Vhdl.Utils; with Vhdl.Evaluation; use Vhdl.Evaluation; - with Vhdl.Annotations; use Vhdl.Annotations; with Netlists.Gates; use Netlists.Gates; with Netlists.Builders; use Netlists.Builders; +with Netlists.Folds; use Netlists.Folds; with Synth.Errors; use Synth.Errors; with Synth.Environment; |