diff options
Diffstat (limited to 'src/synth/synthesis.ads')
-rw-r--r-- | src/synth/synthesis.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synthesis.ads b/src/synth/synthesis.ads index e1abbfb67..cac933572 100644 --- a/src/synth/synthesis.ads +++ b/src/synth/synthesis.ads @@ -18,7 +18,7 @@ -- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, -- MA 02110-1301, USA. -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; with Netlists; use Netlists; package Synthesis is |