mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	synth_gatemate: Remove unsupported FF initialization
This commit is contained in:
		
							parent
							
								
									d592bd93b8
								
							
						
					
					
						commit
						3f4ccdf2f5
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -29,8 +29,6 @@ module \$_DFFE_xxxx_ (input D, C, R, E, output Q); | |||
| 		.SR_VAL(_TECHMAP_CELLTYPE_[23:16] == "1") | ||||
| 	) _TECHMAP_REPLACE_ (.D(D), .EN(E), .CLK(C), .SR(R), .Q(Q)); | ||||
| 
 | ||||
| 	wire _TECHMAP_REMOVEINIT_Q_ = 1'b1; | ||||
| 
 | ||||
| endmodule | ||||
| 
 | ||||
| (* techmap_celltype = "$_DLATCH_[NP][NP][01]_" *) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue