diff options
author | Martin Cizmar <betacheer@gmail.com> | 2018-10-28 22:39:36 +0100 |
---|---|---|
committer | Martin Cizmar <betacheer@gmail.com> | 2018-10-28 22:39:36 +0100 |
commit | 6e2c314c45fb58f8d435d7097398a8b9eea557f2 (patch) | |
tree | ebab72537123447a81ecc970a6389fa3e1fc8e17 /doc/ghdl.texi | |
parent | f09e5b10cb8a299ee44e6218c3db24a85f718433 (diff) | |
parent | 5a97d9f219e116bd62b64294dc3d95678b3415f8 (diff) | |
download | ghdl-6e2c314c45fb58f8d435d7097398a8b9eea557f2.tar.gz ghdl-6e2c314c45fb58f8d435d7097398a8b9eea557f2.tar.bz2 ghdl-6e2c314c45fb58f8d435d7097398a8b9eea557f2.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/ghdl.texi')
-rw-r--r-- | doc/ghdl.texi | 2 |
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; |