mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Merge pull request #3978 from jix/fix-sva-test
Fix sva_value_change_changed test for updated verific
This commit is contained in:
		
						commit
						493685b7d2
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -8,9 +8,11 @@ module top ( | |||
| 		$changed(b) | ||||
| 	); | ||||
| 
 | ||||
| 	wire x = 'x; | ||||
| 
 | ||||
| `ifndef FAIL | ||||
| 	assume property ( | ||||
| 		b !== 'x ##1 $changed(b) | ||||
| 		b !== x ##1 $changed(b) | ||||
| 	); | ||||
| `endif | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue