diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 20:35:32 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 20:55:40 +0100 |
commit | 6ddeeacd24134ae1e6729c82e90ca49153d6b5f4 (patch) | |
tree | 8937077f5bdc9827399df480ed991e2de001b5e5 /src/edif | |
parent | 1c912a59c73a1ecb4c8b4d5d16bfc097d63d8546 (diff) | |
download | ghdl-6ddeeacd24134ae1e6729c82e90ca49153d6b5f4.tar.gz ghdl-6ddeeacd24134ae1e6729c82e90ca49153d6b5f4.tar.bz2 ghdl-6ddeeacd24134ae1e6729c82e90ca49153d6b5f4.zip |
scripts: move 'pyGHDL/xtools' to 'scripts', update Makefiles and docs accordingly
Diffstat (limited to 'src/edif')
-rw-r--r-- | src/edif/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/edif/Makefile b/src/edif/Makefile index 3a3cb4a8b..e7e449483 100644 --- a/src/edif/Makefile +++ b/src/edif/Makefile @@ -6,8 +6,16 @@ ortho_srcdir=../ortho GEN_SRCS=edif-nodes.adb edif-nodes_meta.ads edif-nodes_meta.adb CC=gcc -PNODES=../../python/xtools/pnodes.py -PNODES_ARGS=--field-file=edif-nodes.adb.in --kind-file=edif-nodes.ads --node-file=edif-nodes.ads --template-file=edif-nodes.adb.in --meta-basename=edif-nodes_meta --kind-type=Nkind --kind-range-prefix=Nkinds_ --kind-prefix=N_ --node-type=Node +PNODES=../../scripts/pnodes.py +PNODES_ARGS=--field-file=edif-nodes.adb.in \ + --kind-file=edif-nodes.ads \ + --node-file=edif-nodes.ads \ + --template-file=edif-nodes.adb.in \ + --meta-basename=edif-nodes_meta \ + --kind-type=Nkind \ + --kind-range-prefix=Nkinds_ \ + --kind-prefix=N_ \ + --node-type=Node all: dump_edif |