aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlprint.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-14 04:55:33 +0200
committerTristan Gingold <tgingold@free.fr>2016-10-14 04:55:33 +0200
commite7529aba20ec36d9710f9bff6eb18ea3d77b322c (patch)
tree8208eb8a9ef2f91cc30ffa5988ff20b9f583e13e /src/ghdldrv/ghdlprint.ads
parent1a1d378dcafeca5a18dfa8862ebe412efa1e9718 (diff)
downloadghdl-e7529aba20ec36d9710f9bff6eb18ea3d77b322c.tar.gz
ghdl-e7529aba20ec36d9710f9bff6eb18ea3d77b322c.tar.bz2
ghdl-e7529aba20ec36d9710f9bff6eb18ea3d77b322c.zip
Add --file-to-xml to dump tree as XML.
Diffstat (limited to 'src/ghdldrv/ghdlprint.ads')
-rw-r--r--src/ghdldrv/ghdlprint.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlprint.ads b/src/ghdldrv/ghdlprint.ads
index 82c3e6072..18cf6d081 100644
--- a/src/ghdldrv/ghdlprint.ads
+++ b/src/ghdldrv/ghdlprint.ads
@@ -15,6 +15,11 @@
-- along with GCC; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
+
+with Iirs; use Iirs;
+
package Ghdlprint is
+ procedure Analyze_Design_File_Units (File : Iir_Design_File);
+
procedure Register_Commands;
end Ghdlprint;