From fcced7f98966aa90d6b000f61a075f22638d4a83 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 20 Dec 2015 07:35:51 +0100 Subject: Update NEWS and README. --- NEWS | 1 + README | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index ba74643..f03c372 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ New in 0.34 (XXXX-XX-XX) * Support cocotb (https://github.com/potentialventures/cocotb) * Main repository is now on github: https://github.com/tgingold/ghdl * Docs available on rtd: http://ghdl.readthedocs.org/en/latest/ +* Speed improved. New in 0.33 (2015-10-04) * Improve support of vhdl 2008 diff --git a/README b/README index 63b477c..ab8b5ee 100644 --- a/README +++ b/README @@ -19,6 +19,8 @@ GHDL is free software. See the file COPYING for copying permission. The manuals, and some of the runtime libraries, are under different terms; see the individual source files for details. +Doc is available on http://ghdl.readthedocs.org/en/latest/index.html + Building GHDL (Short instructions) ********************************** -- cgit