mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Fix sva_value_change_changed test for updated verific
This commit is contained in:
		
							parent
							
								
									a6247cba42
								
							
						
					
					
						commit
						c174597014
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -8,9 +8,11 @@ module top ( | ||||||
| 		$changed(b) | 		$changed(b) | ||||||
| 	); | 	); | ||||||
| 
 | 
 | ||||||
|  | 	wire x = 'x; | ||||||
|  | 
 | ||||||
| `ifndef FAIL | `ifndef FAIL | ||||||
| 	assume property ( | 	assume property ( | ||||||
| 		b !== 'x ##1 $changed(b) | 		b !== x ##1 $changed(b) | ||||||
| 	); | 	); | ||||||
| `endif | `endif | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue