Fixed typo in gpio simulation command

This commit is contained in:
David Harris 2024-12-02 02:25:38 -08:00
parent f426b38b28
commit 8bc2a7fd4f

View File

@ -4,7 +4,7 @@
// General-Purpose I/O (GPIO) example program illustrating compiled C code // General-Purpose I/O (GPIO) example program illustrating compiled C code
// compile with make // compile with make
// simulate with: wsim rv64gc --elf hello.elf --sim verilator // simulate with: wsim rv64gc --elf gpio --sim verilator
#include <stdio.h> #include <stdio.h>
#include "gpiolib.h" #include "gpiolib.h"