aboutsummaryrefslogtreecommitdiffstats
path: root/src/psl
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 23:12:21 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 23:12:21 +0100
commit13fd5ccc6a8b9e59212b5493eb319c6f932eb906 (patch)
tree8ba15020049ae61917ca2c389a5b28feab6d6511 /src/psl
parentbfd38acc0c6f3f82823fa1a496e90ef1e64da997 (diff)
parent8da838eff60114746a5d81e7d0c21bb5e777546e (diff)
downloadghdl-13fd5ccc6a8b9e59212b5493eb319c6f932eb906.tar.gz
ghdl-13fd5ccc6a8b9e59212b5493eb319c6f932eb906.tar.bz2
ghdl-13fd5ccc6a8b9e59212b5493eb319c6f932eb906.zip
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Diffstat (limited to 'src/psl')
-rw-r--r--src/psl/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/psl/Makefile b/src/psl/Makefile
index fdcfccaf7..9d7627263 100644
--- a/src/psl/Makefile
+++ b/src/psl/Makefile
@@ -20,11 +20,18 @@
# be committed and distribued with the sources, so that users don't need to
# regenerate them (and don't need to have python installed).
-PNODES=../../python/xtools/pnodes.py
+PNODES=../../scripts/pnodes.py
DEPS=psl-nodes.ads psl-nodes.adb.in $(PNODES)
-PNODES_FLAGS=--field-file=psl-nodes.adb.in --kind-file=psl-nodes.ads --node-file=psl-nodes.ads --template-file=psl-nodes.adb.in --meta-basename=psl-nodes_meta --kind-type=Nkind --kind-prefix=N_ --node-type=Node
+PNODES_FLAGS=--field-file=psl-nodes.adb.in \
+ --kind-file=psl-nodes.ads \
+ --node-file=psl-nodes.ads \
+ --template-file=psl-nodes.adb.in \
+ --meta-basename=psl-nodes_meta \
+ --kind-type=Nkind \
+ --kind-prefix=N_ \
+ --node-type=Node
GEN_FILES=psl-nodes.adb psl-nodes_meta.ads psl-nodes_meta.adb