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 /doc | |
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 'doc')
-rw-r--r-- | doc/internals/AST.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals/AST.rst b/doc/internals/AST.rst index 488fa6d71..ad52f0286 100644 --- a/doc/internals/AST.rst +++ b/doc/internals/AST.rst @@ -75,7 +75,7 @@ either a node reference, a boolean flag or a enumerated type (like node or to a list. The accessors for the node are generated automatically by the python -script :file:`src/xtools/pnodes.py`. +script :file:`src/scripts/pnodes.py`. Why a meta-model ? ****************** |