From 2f88a631df712efaac8f3d7b5ac6a83c4d17b26b Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 5 Nov 2002 03:49:21 +0000 Subject: [PATCH] Run output with the vvp command. --- examples/hello.vl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello.vl b/examples/hello.vl index 2ac98814d..e994a98d1 100644 --- a/examples/hello.vl +++ b/examples/hello.vl @@ -31,7 +31,7 @@ * file "hello" which is compiled, linked and ready to run. Run this * program like so: * - * ./hello + * vvp hello * * and the program will print the message to its output. Easy! For * more on how to make the iverilog command work, see the iverilog