From 8bc2a7fd4f4ead3bc173ec642a88f7abc1f63791 Mon Sep 17 00:00:00 2001 From: David Harris Date: Mon, 2 Dec 2024 02:25:38 -0800 Subject: [PATCH] Fixed typo in gpio simulation command --- examples/C/gpio/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/C/gpio/gpio.c b/examples/C/gpio/gpio.c index 8d303a797..e2af967e2 100644 --- a/examples/C/gpio/gpio.c +++ b/examples/C/gpio/gpio.c @@ -4,7 +4,7 @@ // General-Purpose I/O (GPIO) example program illustrating compiled C code // compile with make -// simulate with: wsim rv64gc --elf hello.elf --sim verilator +// simulate with: wsim rv64gc --elf gpio --sim verilator #include #include "gpiolib.h"