mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Merge 40b387a70b into e046e3cdbf
				
					
				
			This commit is contained in:
		
						commit
						bfa455ac5f
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -1875,6 +1875,11 @@ elif covermode: | ||||||
|             smt_assert_antecedent("(|%s_t| s%d s%d)" % (topmod, step-1, step)) |             smt_assert_antecedent("(|%s_t| s%d s%d)" % (topmod, step-1, step)) | ||||||
|             smt_assert_antecedent("(not (|%s_is| s%d))" % (topmod, step)) |             smt_assert_antecedent("(not (|%s_is| s%d))" % (topmod, step)) | ||||||
| 
 | 
 | ||||||
|  |         if step < skip_steps: | ||||||
|  |             print_msg("Skipping step %d.." % (step)) | ||||||
|  |             step += 1 | ||||||
|  |             continue | ||||||
|  | 
 | ||||||
|         while "1" in cover_mask: |         while "1" in cover_mask: | ||||||
|             print_msg("Checking cover reachability in step %d.." % (step)) |             print_msg("Checking cover reachability in step %d.." % (step)) | ||||||
|             smt_push() |             smt_push() | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue