From 103ba1fb6dd9285d16938f01c7bead5272ac6e3e Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 20 Nov 2020 21:48:11 -0500 Subject: [PATCH] Commentary --- bin/verilator | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/verilator b/bin/verilator index 3e67e11c9..b059d87e7 100755 --- a/bin/verilator +++ b/bin/verilator @@ -1996,14 +1996,15 @@ section below for descriptions of some of the files that were created. (Verilator included a default compile rule and link rule, since we used --exe and passed a .cpp file on the Verilator command line. Verilator also -then used C to build a final executable. You can also write your own -compile rules, and run make yourself as we'll show in the SYSTEMC section.) +then used C to build a final executable, since we used --build. You +can also write your own compile rules, and run make yourself as we'll show +in the SYSTEMC section. -And now we run it +And now we run it: obj_dir/Vour -And we get as output +And we get as output: Hello World - our.v:2: Verilog $finish