diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-04-16 06:42:48 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-04-16 06:58:03 +0200 |
commit | a677e3cc38d1f5e3813bc1e5bd424ee0b59319ed (patch) | |
tree | f62fa5971c0e326294b02a84bb18c826937654f0 /src/ghdldrv/ghdlsynth.adb | |
parent | 12d6069e3b48a6ce129914e728d88789d1d8f5a1 (diff) | |
download | ghdl-a677e3cc38d1f5e3813bc1e5bd424ee0b59319ed.tar.gz ghdl-a677e3cc38d1f5e3813bc1e5bd424ee0b59319ed.tar.bz2 ghdl-a677e3cc38d1f5e3813bc1e5bd424ee0b59319ed.zip |
synth: rename synth-context to synth-vhdl_context
Diffstat (limited to 'src/ghdldrv/ghdlsynth.adb')
-rw-r--r-- | src/ghdldrv/ghdlsynth.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb index d95ea55e3..7a55cafee 100644 --- a/src/ghdldrv/ghdlsynth.adb +++ b/src/ghdldrv/ghdlsynth.adb @@ -48,7 +48,7 @@ with Netlists.Errors; with Synthesis; with Synth.Disp_Vhdl; -with Synth.Context; use Synth.Context; +with Synth.Vhdl_Context; use Synth.Vhdl_Context; with Synth.Flags; use Synth.Flags; package body Ghdlsynth is @@ -492,7 +492,7 @@ package body Ghdlsynth is Set_Elab_Flag (Vhdl.Std_Package.Std_Standard_Unit, False); Vhdl.Annotations.Finalize_Annotate; - Synth.Context.Free_Base_Instance; + Synth.Vhdl_Context.Free_Base_Instance; return Res; exception |