aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synthesis.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-08 07:50:09 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-09 21:24:36 +0200
commit0d8c0721babf663e88c7ca8172173991c115406f (patch)
treee58b74e1b4ebe577fd86d0b6d69c803f73ceb44b /src/synth/synthesis.adb
parent644d4ecd655d1f9892d0db709bde07015ef3424a (diff)
downloadghdl-0d8c0721babf663e88c7ca8172173991c115406f.tar.gz
ghdl-0d8c0721babf663e88c7ca8172173991c115406f.tar.bz2
ghdl-0d8c0721babf663e88c7ca8172173991c115406f.zip
synth: extract synth.objtypes from synth.values.
Diffstat (limited to 'src/synth/synthesis.adb')
-rw-r--r--src/synth/synthesis.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synthesis.adb b/src/synth/synthesis.adb
index 4c83f2646..09860618d 100644
--- a/src/synth/synthesis.adb
+++ b/src/synth/synthesis.adb
@@ -21,7 +21,7 @@
with Errorout; use Errorout;
with Vhdl.Errors; use Vhdl.Errors;
-with Synth.Values;
+with Synth.Objtypes;
with Synth.Insts; use Synth.Insts;
with Synth.Environment.Debug;
@@ -56,7 +56,7 @@ package body Synthesis is
Global_Instance := Make_Base_Instance;
- Synth.Values.Init;
+ Synth.Objtypes.Init;
Synth_Top_Entity (Global_Instance, Arch, Config, Encoding, Inst);
Synth_All_Instances;