summaryrefslogtreecommitdiff
path: root/psl/psl-tprint.ads
diff options
context:
space:
mode:
authorgingold2010-01-12 03:15:20 +0000
committergingold2010-01-12 03:15:20 +0000
commitfb5957a16dea47ae4021c5d4c57b980cea02ee59 (patch)
treeabdfbed5924f5be4418f74a0afe50b248e41c330 /psl/psl-tprint.ads
parent8cca0b24e2c19eedecffdeec89a8a2898da1e362 (diff)
downloadghdl-fb5957a16dea47ae4021c5d4c57b980cea02ee59.tar.gz
ghdl-fb5957a16dea47ae4021c5d4c57b980cea02ee59.tar.bz2
ghdl-fb5957a16dea47ae4021c5d4c57b980cea02ee59.zip
ghdl 0.29 release.
Diffstat (limited to 'psl/psl-tprint.ads')
-rw-r--r--psl/psl-tprint.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/psl/psl-tprint.ads b/psl/psl-tprint.ads
new file mode 100644
index 0000000..1b06ebf
--- /dev/null
+++ b/psl/psl-tprint.ads
@@ -0,0 +1,6 @@
+with PSL.Nodes; use PSL.Nodes;
+
+package PSL.Tprint is
+ procedure Disp_Unit (Unit : Node);
+ procedure Disp_Property (Prefix : String; Prop : Node);
+end PSL.Tprint;