mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	More `literalinclude` and references to source. Adding `example_show.ys` and `example_lscd.ys`. Rename `example_00` et al to `example_first` et al. Also some other minor tidying.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			Text
		
	
	
	
	
	
read_verilog example.v
 | 
						|
echo on
 | 
						|
ls
 | 
						|
cd example
 | 
						|
ls
 | 
						|
dump $2
 | 
						|
cd ..
 | 
						|
echo off
 |