From e7529aba20ec36d9710f9bff6eb18ea3d77b322c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 14 Oct 2016 04:55:33 +0200 Subject: Add --file-to-xml to dump tree as XML. --- src/ghdldrv/ghdlprint.ads | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ghdldrv/ghdlprint.ads') 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; -- cgit v1.2.3