diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-04-28 17:37:26 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-04-28 17:37:26 +0200 |
commit | e3a82f2e6894155cc030680332f31db6f79aba28 (patch) | |
tree | 664593aa4fbb76c2f8c8a38d13d31b9335f99472 /src/synth/synth-static_oper.adb | |
parent | a7334f5837fcc417173254707bc8acfc84120b47 (diff) | |
download | ghdl-e3a82f2e6894155cc030680332f31db6f79aba28.tar.gz ghdl-e3a82f2e6894155cc030680332f31db6f79aba28.tar.bz2 ghdl-e3a82f2e6894155cc030680332f31db6f79aba28.zip |
synth: file renaming for decls, expr, insts and stmts.
Diffstat (limited to 'src/synth/synth-static_oper.adb')
-rw-r--r-- | src/synth/synth-static_oper.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-static_oper.adb b/src/synth/synth-static_oper.adb index 5c9db02e9..2b9b5ffab 100644 --- a/src/synth/synth-static_oper.adb +++ b/src/synth/synth-static_oper.adb @@ -29,7 +29,7 @@ with Netlists; use Netlists; with Synth.Memtype; use Synth.Memtype; with Synth.Errors; use Synth.Errors; with Synth.Source; use Synth.Source; -with Synth.Expr; use Synth.Expr; +with Synth.Vhdl_Expr; use Synth.Vhdl_Expr; with Synth.Vhdl_Oper; with Synth.Ieee.Std_Logic_1164; use Synth.Ieee.Std_Logic_1164; with Synth.Ieee.Numeric_Std; use Synth.Ieee.Numeric_Std; |