mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Adjusted hello and gpio examples to use new wsim --elf syntax
This commit is contained in:
parent
3fb84b7617
commit
f426b38b28
4 changed files with 5 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
// General-Purpose I/O (GPIO) example program illustrating compiled C code
|
||||
// compile with make
|
||||
// simulate with: wsim rv64gc hello.elf --sim verilator
|
||||
// simulate with: wsim rv64gc --elf hello.elf --sim verilator
|
||||
|
||||
#include <stdio.h>
|
||||
#include "gpiolib.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue