mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| read -sv <<EOT
 | |
| module test(input foo);
 | |
| always @(*) assert(foo);
 | |
| endmodule
 | |
| EOT
 | |
| 
 | |
| verific -import test
 | |
| prep
 | |
| 
 | |
| select -assert-count 1 t:$assert
 |