mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	FDCE_1 does not have IS_CLR_INVERTED
This commit is contained in:
		
							parent
							
								
									5a4011e8c9
								
							
						
					
					
						commit
						18ebb86edb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -408,7 +408,7 @@ module FDCE_1 (
 | 
			
		|||
  always @* Q = \$nextQ ;
 | 
			
		||||
`else
 | 
			
		||||
  assign \$currQ = Q;
 | 
			
		||||
  always @(negedge C, posedge CLR) if (CLR == !IS_CLR_INVERTED) Q <= 1'b0; else Q <= \$nextQ ;
 | 
			
		||||
  always @(negedge C, posedge CLR) if (CLR) Q <= 1'b0; else Q <= \$nextQ ;
 | 
			
		||||
`endif
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue