summaryrefslogtreecommitdiff
path: root/translate/ghdldrv/ghdllocal.adb
diff options
context:
space:
mode:
authorTristan Gingold2014-11-02 05:31:01 +0100
committerTristan Gingold2014-11-02 05:31:01 +0100
commitad9367ec8a27a56e0a83f91ee0cc50785d076862 (patch)
treebf5179c00bffe556c4d1c6e8146450236a771550 /translate/ghdldrv/ghdllocal.adb
parent5d252b8afe1055f752cafc9f5a89feb95cee853f (diff)
downloadghdl-ad9367ec8a27a56e0a83f91ee0cc50785d076862.tar.gz
ghdl-ad9367ec8a27a56e0a83f91ee0cc50785d076862.tar.bz2
ghdl-ad9367ec8a27a56e0a83f91ee0cc50785d076862.zip
Handle packkage instantiation for --chop.
Diffstat (limited to 'translate/ghdldrv/ghdllocal.adb')
-rw-r--r--translate/ghdldrv/ghdllocal.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/translate/ghdldrv/ghdllocal.adb b/translate/ghdldrv/ghdllocal.adb
index a94b279..d15de68 100644
--- a/translate/ghdldrv/ghdllocal.adb
+++ b/translate/ghdldrv/ghdllocal.adb
@@ -263,6 +263,8 @@ package body Ghdllocal is
Put ("configuration ");
when Iir_Kind_Package_Declaration =>
Put ("package ");
+ when Iir_Kind_Package_Instantiation_Declaration =>
+ Put ("package instance ");
when Iir_Kind_Package_Body =>
Put ("package body ");
when others =>