diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-05-05 20:57:21 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-05-05 20:57:21 +0200 |
commit | 6535ea096a13d8f03547f7d5e5018c0dea46252d (patch) | |
tree | 845f866bd86148474c48802d2a185019e7a60fb0 /src/synth/synth-values.ads | |
parent | 7892c6e7945d5e4b46ddde4f18debe1c06bd3e12 (diff) | |
download | ghdl-6535ea096a13d8f03547f7d5e5018c0dea46252d.tar.gz ghdl-6535ea096a13d8f03547f7d5e5018c0dea46252d.tar.bz2 ghdl-6535ea096a13d8f03547f7d5e5018c0dea46252d.zip |
vhdl: rename iirs to vhdl.nodes
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r-- | src/synth/synth-values.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads index 8bf58a9bc..100af6dbb 100644 --- a/src/synth/synth-values.ads +++ b/src/synth/synth-values.ads @@ -22,7 +22,7 @@ with Types; use Types; with Netlists; use Netlists; with Synth.Environment; use Synth.Environment; with Simul.Environments; use Simul.Environments; -with Iirs; use Iirs; +with Vhdl.Nodes; use Vhdl.Nodes; package Synth.Values is -- Values is how signals and variables are decomposed. This is similar to |