summaryrefslogtreecommitdiff
path: root/psl/psl-hash.ads
diff options
context:
space:
mode:
authorTristan Gingold2014-11-04 20:14:19 +0100
committerTristan Gingold2014-11-04 20:14:19 +0100
commit9c195bf5d86d67ea5eb419ccf6e48dc153e57c68 (patch)
tree575346e529b99e26382b4a06f6ff2caa0b391ab2 /psl/psl-hash.ads
parent184a123f91e07c927292d67462561dc84f3a920d (diff)
downloadghdl-9c195bf5d86d67ea5eb419ccf6e48dc153e57c68.tar.gz
ghdl-9c195bf5d86d67ea5eb419ccf6e48dc153e57c68.tar.bz2
ghdl-9c195bf5d86d67ea5eb419ccf6e48dc153e57c68.zip
Move sources to src/ subdirectory.
Diffstat (limited to 'psl/psl-hash.ads')
-rw-r--r--psl/psl-hash.ads11
1 files changed, 0 insertions, 11 deletions
diff --git a/psl/psl-hash.ads b/psl/psl-hash.ads
deleted file mode 100644
index d1a60c9..0000000
--- a/psl/psl-hash.ads
+++ /dev/null
@@ -1,11 +0,0 @@
-with Types; use Types;
-with PSL.Nodes; use PSL.Nodes;
-
-package PSL.Hash is
- -- Initialize the package.
- procedure Init;
-
- -- Get the PSL node for node HDL.
- -- Only one PSL node is created for an HDL node.
- function Get_PSL_Node (Hdl : Int32) return Node;
-end PSL.Hash;