aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-10-26 06:51:08 +0200
committerTristan Gingold <tgingold@free.fr>2018-10-26 06:51:08 +0200
commita45d79eb68816e6ec79ce228ed144419c46c8fe3 (patch)
tree97fa4e30ece42a2e2bb1adfee7cfd29c1ae24d34 /doc
parentb8aab31a05e081029adcc62b134c4dd2f20e1e01 (diff)
downloadghdl-a45d79eb68816e6ec79ce228ed144419c46c8fe3.tar.gz
ghdl-a45d79eb68816e6ec79ce228ed144419c46c8fe3.tar.bz2
ghdl-a45d79eb68816e6ec79ce228ed144419c46c8fe3.zip
Fix uvvm compilation failure, using #658 patch.
Fix #658
Diffstat (limited to 'doc')
-rw-r--r--doc/ghdl.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi
index cfa8ef218..ed74f57d9 100644
--- a/doc/ghdl.texi
+++ b/doc/ghdl.texi
@@ -976,7 +976,7 @@ As a result, @ref{2b,,-r} is just a passthrough to the binary generated in the @
@example
-entity hello_world is
+entity heartbeat is
port ( clk: out std_logic; )
end hearbeat;