mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fixed typo in gpio simulation command
This commit is contained in:
		
							parent
							
								
									f426b38b28
								
							
						
					
					
						commit
						8bc2a7fd4f
					
				@ -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"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user