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/synth/synth-debugger.ads | |
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/synth/synth-debugger.ads')
-rw-r--r-- | src/synth/synth-debugger.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-debugger.ads b/src/synth/synth-debugger.ads index b330f4b78..329bab3e2 100644 --- a/src/synth/synth-debugger.ads +++ b/src/synth/synth-debugger.ads @@ -18,7 +18,7 @@ with Vhdl.Nodes; use Vhdl.Nodes; -with Synth.Context; use Synth.Context; +with Synth.Vhdl_Context; use Synth.Vhdl_Context; package Synth.Debugger is -- If true, debugging is enabled: |