diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ghdl.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi index 62c2447ac..f4cfdf145 100644 --- a/doc/ghdl.texi +++ b/doc/ghdl.texi @@ -376,11 +376,12 @@ the ones of the previous examples. Let's see how to analyze and run a bigger design, such as the DLX model suite written by Peter Ashenden which is distributed under the terms of the -GNU General Public License. +GNU General Public License. A copy is kept on +@indicateurl{http://ghdl.free.fr/dlx.tar.gz} First, untar the sources: @smallexample -$ tar zxvf dlx.tar.Z +$ tar zxvf dlx.tar.gz @end smallexample In order not to pollute the sources with the library, it is a good idea |