diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-06-16 18:41:15 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-06-16 18:41:15 +0000 |
commit | a8db752954f060217f21417bd98077a215fab971 (patch) | |
tree | d1a786459661d992376bb583423f790bb1cf8f38 /doc | |
parent | 549cfe1c332be3633121dfd6d29b98afc24d2650 (diff) | |
download | ghdl-a8db752954f060217f21417bd98077a215fab971.tar.gz ghdl-a8db752954f060217f21417bd98077a215fab971.tar.bz2 ghdl-a8db752954f060217f21417bd98077a215fab971.zip |
bug fixes
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 |