mirror of
				https://github.com/YosysHQ/sby.git
				synced 2025-11-03 22:29:12 +00:00 
			
		
		
		
	Cover properties shouldn't be marked fail when the test failed early due to an assertion. This should fail without other changes.
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			289 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			289 B
		
	
	
	
		
			Text
		
	
	
	
	
	
[tasks]
 | 
						|
no_assert cover
 | 
						|
assert cover
 | 
						|
bmc
 | 
						|
 | 
						|
[options]
 | 
						|
cover: mode cover
 | 
						|
bmc: mode bmc
 | 
						|
bmc: depth 1
 | 
						|
 | 
						|
assert: cover_assert on
 | 
						|
no_assert: expect pass
 | 
						|
~no_assert: expect fail
 | 
						|
 | 
						|
[engines]
 | 
						|
cover: smtbmc boolector
 | 
						|
bmc: smtbmc boolector
 | 
						|
 | 
						|
[script]
 | 
						|
read -formal mixed.v
 | 
						|
prep -top test
 | 
						|
 | 
						|
[files]
 | 
						|
mixed.v
 |