mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Consistency
This commit is contained in:
		
							parent
							
								
									cf82b38478
								
							
						
					
					
						commit
						983068103e
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -45,7 +45,7 @@ match dsp
 | 
			
		|||
	select nusers(port(dsp, \C, SigSpec())) > 1
 | 
			
		||||
endmatch
 | 
			
		||||
 | 
			
		||||
code sigC sigP
 | 
			
		||||
code sigC sigP clock
 | 
			
		||||
	unextend = [](const SigSpec &sig) {
 | 
			
		||||
		int i;
 | 
			
		||||
		for (i = GetSize(sig)-1; i > 0; i--)
 | 
			
		||||
| 
						 | 
				
			
			@ -71,6 +71,8 @@ code sigC sigP
 | 
			
		|||
	}
 | 
			
		||||
	else
 | 
			
		||||
		sigP = P;
 | 
			
		||||
 | 
			
		||||
	clock = port(dsp, \CLK, SigBit());
 | 
			
		||||
endcode
 | 
			
		||||
 | 
			
		||||
// (2) Match the driver of the 'C' input to a possible $dff cell (CREG)
 | 
			
		||||
| 
						 | 
				
			
			@ -82,8 +84,6 @@ code argQ ffC ffCcemux ffCrstmux ffCcepol ffCrstpol sigC clock
 | 
			
		|||
	if (sigC == sigP)
 | 
			
		||||
		reject;
 | 
			
		||||
 | 
			
		||||
	clock = port(dsp, \CLK, SigBit());
 | 
			
		||||
 | 
			
		||||
	argQ = sigC;
 | 
			
		||||
	subpattern(in_dffe);
 | 
			
		||||
	if (dff) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue