mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #5267 from jix/verificsva-fix
verificsva: Fix typo in the cover only followed-by operator support
This commit is contained in:
		
						commit
						da01e17686
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1616,7 +1616,7 @@ struct VerificSvaImporter
 | 
			
		|||
				inst->Type() == PRIM_SVA_NON_OVERLAPPED_IMPLICATION ||
 | 
			
		||||
				(mode_cover && (
 | 
			
		||||
					inst->Type() == PRIM_SVA_OVERLAPPED_FOLLOWED_BY ||
 | 
			
		||||
					inst->Type() == PRIM_SVA_NON_OVERLAPPED_IMPLICATION)))
 | 
			
		||||
					inst->Type() == PRIM_SVA_NON_OVERLAPPED_FOLLOWED_BY)))
 | 
			
		||||
		{
 | 
			
		||||
			Net *antecedent_net = inst->GetInput1();
 | 
			
		||||
			Net *consequent_net = inst->GetInput2();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue