mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Compute sigP properly
This commit is contained in:
		
							parent
							
								
									229e54568e
								
							
						
					
					
						commit
						93d798272d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -189,7 +189,7 @@ code ffP sigP clock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		clock = c;
 | 
							clock = c;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		sigP = port(ffP, \Q);
 | 
							sigP.replace(port(ffP, \D), port(ffP, \Q));
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
endcode
 | 
					endcode
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue