aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_oper.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-04-17 18:36:31 +0200
committerTristan Gingold <tgingold@free.fr>2021-04-21 19:32:51 +0200
commit2d3f560ae6eb022283bd29a1157bfd60af53fcbb (patch)
tree746775ab087dab61d23cde43e72fa14aa736ca4b /src/synth/synth-vhdl_oper.adb
parent47e765284652e2835cc03994de0d4e25d6d3c5ff (diff)
downloadghdl-2d3f560ae6eb022283bd29a1157bfd60af53fcbb.tar.gz
ghdl-2d3f560ae6eb022283bd29a1157bfd60af53fcbb.tar.bz2
ghdl-2d3f560ae6eb022283bd29a1157bfd60af53fcbb.zip
synth: extract synth-memtype from synth-objtypes
Diffstat (limited to 'src/synth/synth-vhdl_oper.adb')
-rw-r--r--src/synth/synth-vhdl_oper.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_oper.adb b/src/synth/synth-vhdl_oper.adb
index 9aaf725d1..0a3075b94 100644
--- a/src/synth/synth-vhdl_oper.adb
+++ b/src/synth/synth-vhdl_oper.adb
@@ -32,6 +32,7 @@ with Netlists.Builders; use Netlists.Builders;
with Netlists.Folds; use Netlists.Folds;
with Netlists.Utils;
+with Synth.Memtype; use Synth.Memtype;
with Synth.Errors; use Synth.Errors;
with Synth.Stmts; use Synth.Stmts;
with Synth.Expr; use Synth.Expr;