mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-19 03:24:50 -04:00
Fixed typo in gpio simulation command
This commit is contained in:
parent
f426b38b28
commit
8bc2a7fd4f
1 changed files with 1 additions and 1 deletions
|
@ -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 <stdio.h>
|
||||
#include "gpiolib.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue