diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-11-17 21:26:18 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-11-17 21:26:18 +0100 |
commit | d6f1c6a47fb8df07fca517fb68078c324c761a97 (patch) | |
tree | 593370741aad5338b171137d7822e50cd559db25 /src/synth/netlists-disp_vhdl.ads | |
parent | e890899a52b1b879694a41759e7644613d7bd1a6 (diff) | |
download | ghdl-d6f1c6a47fb8df07fca517fb68078c324c761a97.tar.gz ghdl-d6f1c6a47fb8df07fca517fb68078c324c761a97.tar.bz2 ghdl-d6f1c6a47fb8df07fca517fb68078c324c761a97.zip |
synth: use a global table for instances attributes
Diffstat (limited to 'src/synth/netlists-disp_vhdl.ads')
-rw-r--r-- | src/synth/netlists-disp_vhdl.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/netlists-disp_vhdl.ads b/src/synth/netlists-disp_vhdl.ads index b286685d2..ca09798df 100644 --- a/src/synth/netlists-disp_vhdl.ads +++ b/src/synth/netlists-disp_vhdl.ads @@ -20,7 +20,6 @@ package Netlists.Disp_Vhdl is procedure Disp_Vhdl (M : Module); procedure Disp_Architecture_Declarations (M : Module); - procedure Disp_Architecture_Attributes (M : Module); procedure Disp_Architecture_Statements (M : Module); procedure Put_Type (W : Width); |