diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-07 20:41:53 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-07 20:41:53 +0200 |
commit | 4f695902d589085bb0266294432453277455a102 (patch) | |
tree | d8ef7690b157a9039139a4032a5b40dd7ce80c2e /src/vhdl | |
parent | 91a554e511ee36d213488c939e8afbde6d2abcb0 (diff) | |
download | ghdl-4f695902d589085bb0266294432453277455a102.tar.gz ghdl-4f695902d589085bb0266294432453277455a102.tar.bz2 ghdl-4f695902d589085bb0266294432453277455a102.zip |
synth: handle package bodies.
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/vhdl-nodes.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index d5ed8a8fc..552325c07 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -939,6 +939,7 @@ package Vhdl.Nodes is -- -- Get/Set_Attribute_Value_Chain (Field4) -- + -- The package body (not the unit). -- Get/Set_Package_Body (Field5) -- -- Get/Set_Package_Origin (Field7) |