From fe5822ba54b0bf7630ea752f982806cb789ee9e0 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 13 Nov 2021 15:01:27 -0500 Subject: [PATCH] Commentary --- examples/cmake_hello_sc/Makefile | 2 +- examples/make_hello_c/Makefile | 2 +- examples/make_hello_c/top.v | 3 ++- examples/make_hello_sc/Makefile | 2 +- examples/make_hello_sc/top.v | 3 ++- examples/make_protect_lib/top.v | 3 ++- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/examples/cmake_hello_sc/Makefile b/examples/cmake_hello_sc/Makefile index 633e4addd..540a32fec 100644 --- a/examples/cmake_hello_sc/Makefile +++ b/examples/cmake_hello_sc/Makefile @@ -99,7 +99,7 @@ run: @echo "-- DONE --------------------" @echo "Note: Once this example is understood, see examples/cmake_tracing_sc." - @echo "Note: Also see the EXAMPLE section in the verilator manpage/document." + @echo "Note: See also https://verilator.org/guide/latest/examples.html" clean mostlyclean distclean maintainer-clean: @rm -rf build logs diff --git a/examples/make_hello_c/Makefile b/examples/make_hello_c/Makefile index cdf8db58a..98ce3a67e 100644 --- a/examples/make_hello_c/Makefile +++ b/examples/make_hello_c/Makefile @@ -40,7 +40,7 @@ default: obj_dir/Vtop @echo "-- DONE --------------------" @echo "Note: Once this example is understood, see examples/make_tracing_c." - @echo "Note: Also see the EXAMPLE section in the verilator manpage/document." + @echo "Note: See also https://verilator.org/guide/latest/examples.html" ###################################################################### diff --git a/examples/make_hello_c/top.v b/examples/make_hello_c/top.v index 803566f1a..3deb48f2d 100644 --- a/examples/make_hello_c/top.v +++ b/examples/make_hello_c/top.v @@ -4,7 +4,8 @@ // any use, without warranty, 2017 by Wilson Snyder. // SPDX-License-Identifier: CC0-1.0 -// See also the EXAMPLE section in the verilator manpage/document. +// See also https://verilator.org/guide/latest/examples.html" + module top; initial begin $display("Hello World!"); diff --git a/examples/make_hello_sc/Makefile b/examples/make_hello_sc/Makefile index f406379f0..9548d716c 100644 --- a/examples/make_hello_sc/Makefile +++ b/examples/make_hello_sc/Makefile @@ -49,7 +49,7 @@ run: obj_dir/Vtop @echo "-- DONE --------------------" @echo "Note: Once this example is understood, see examples/make_tracing_sc." - @echo "Note: Also see the EXAMPLE section in the verilator manpage/document." + @echo "Note: See also https://verilator.org/guide/latest/examples.html" ###################################################################### diff --git a/examples/make_hello_sc/top.v b/examples/make_hello_sc/top.v index 803566f1a..3deb48f2d 100644 --- a/examples/make_hello_sc/top.v +++ b/examples/make_hello_sc/top.v @@ -4,7 +4,8 @@ // any use, without warranty, 2017 by Wilson Snyder. // SPDX-License-Identifier: CC0-1.0 -// See also the EXAMPLE section in the verilator manpage/document. +// See also https://verilator.org/guide/latest/examples.html" + module top; initial begin $display("Hello World!"); diff --git a/examples/make_protect_lib/top.v b/examples/make_protect_lib/top.v index 16a0e2740..b9b71ef87 100644 --- a/examples/make_protect_lib/top.v +++ b/examples/make_protect_lib/top.v @@ -4,7 +4,8 @@ // any use, without warranty, 2019 by Todd Strader. // SPDX-License-Identifier: CC0-1.0 -// See also the EXAMPLE section in the verilator manpage/document. +// See also https://verilator.org/guide/latest/examples.html" + module top (input clk); integer cyc = 0;