mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Revert "Add INIT value to abc9_control"
This reverts commit 19bfb41958.
			
			
This commit is contained in:
		
							parent
							
								
									5165049410
								
							
						
					
					
						commit
						f98aa1c13f
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
					@ -87,7 +87,7 @@ module FDRE (output reg Q, input C, CE, D, R);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Special signals
 | 
					  // Special signals
 | 
				
			||||||
  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
					  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
				
			||||||
  wire [4:0] _TECHMAP_REPLACE_.$abc9_control = {INIT, CE, IS_D_INVERTED, R, IS_R_INVERTED};
 | 
					  wire [3:0] _TECHMAP_REPLACE_.$abc9_control = {CE, IS_D_INVERTED, R, IS_R_INVERTED};
 | 
				
			||||||
  wire _TECHMAP_REPLACE_.$abc9_currQ = Q;
 | 
					  wire _TECHMAP_REPLACE_.$abc9_currQ = Q;
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
module FDRE_1 (output reg Q, input C, CE, D, R);
 | 
					module FDRE_1 (output reg Q, input C, CE, D, R);
 | 
				
			||||||
| 
						 | 
					@ -102,7 +102,7 @@ module FDRE_1 (output reg Q, input C, CE, D, R);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Special signals
 | 
					  // Special signals
 | 
				
			||||||
  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
					  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
				
			||||||
  wire [4:0] _TECHMAP_REPLACE_.$abc9_control = {INIT, CE, 1'b0 /* IS_D_INVERTED */, R, 1'b0 /* IS_R_INVERTED */};
 | 
					  wire [3:0] _TECHMAP_REPLACE_.$abc9_control = {CE, 1'b0 /* IS_D_INVERTED */, R, 1'b0 /* IS_R_INVERTED */};
 | 
				
			||||||
  wire _TECHMAP_REPLACE_.$abc9_currQ = Q;
 | 
					  wire _TECHMAP_REPLACE_.$abc9_currQ = Q;
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -132,7 +132,7 @@ module FDCE (output reg Q, input C, CE, D, CLR);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Special signals
 | 
					  // Special signals
 | 
				
			||||||
  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
					  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
				
			||||||
  wire [4:0] _TECHMAP_REPLACE_.$abc9_control = {INIT, CE, IS_D_INVERTED, CLR, IS_CLR_INVERTED};
 | 
					  wire [3:0] _TECHMAP_REPLACE_.$abc9_control = {CE, IS_D_INVERTED, CLR, IS_CLR_INVERTED};
 | 
				
			||||||
  wire _TECHMAP_REPLACE_.$abc9_currQ = $abc9_currQ;
 | 
					  wire _TECHMAP_REPLACE_.$abc9_currQ = $abc9_currQ;
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
module FDCE_1 (output reg Q, input C, CE, D, CLR);
 | 
					module FDCE_1 (output reg Q, input C, CE, D, CLR);
 | 
				
			||||||
| 
						 | 
					@ -153,7 +153,7 @@ module FDCE_1 (output reg Q, input C, CE, D, CLR);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Special signals
 | 
					  // Special signals
 | 
				
			||||||
  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
					  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
				
			||||||
  wire [4:0] _TECHMAP_REPLACE_.$abc9_control = {INIT, CE, 1'b0 /* IS_D_INVERTED */, CLR, 1'b0 /* IS_CLR_INVERTED */};
 | 
					  wire [3:0] _TECHMAP_REPLACE_.$abc9_control = {CE, 1'b0 /* IS_D_INVERTED */, CLR, 1'b0 /* IS_CLR_INVERTED */};
 | 
				
			||||||
  wire _TECHMAP_REPLACE_.$abc9_currQ = $abc9_currQ;
 | 
					  wire _TECHMAP_REPLACE_.$abc9_currQ = $abc9_currQ;
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -181,7 +181,7 @@ module FDPE (output reg Q, input C, CE, D, PRE);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Special signals
 | 
					  // Special signals
 | 
				
			||||||
  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
					  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
				
			||||||
  wire [4:0] _TECHMAP_REPLACE_.$abc9_control = {INIT, CE, IS_D_INVERTED, PRE, IS_PRE_INVERTED};
 | 
					  wire [3:0] _TECHMAP_REPLACE_.$abc9_control = {CE, IS_D_INVERTED, PRE, IS_PRE_INVERTED};
 | 
				
			||||||
  wire _TECHMAP_REPLACE_.$abc9_currQ = $abc9_currQ;
 | 
					  wire _TECHMAP_REPLACE_.$abc9_currQ = $abc9_currQ;
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
module FDPE_1 (output reg Q, input C, CE, D, PRE);
 | 
					module FDPE_1 (output reg Q, input C, CE, D, PRE);
 | 
				
			||||||
| 
						 | 
					@ -202,7 +202,7 @@ module FDPE_1 (output reg Q, input C, CE, D, PRE);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Special signals
 | 
					  // Special signals
 | 
				
			||||||
  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
					  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
				
			||||||
  wire [4:0] _TECHMAP_REPLACE_.$abc9_control = {INIT, CE, 1'b0 /* IS_D_INVERTED */, PRE, 1'b0 /* IS_PRE_INVERTED */};
 | 
					  wire [3:0] _TECHMAP_REPLACE_.$abc9_control = {CE, 1'b0 /* IS_D_INVERTED */, PRE, 1'b0 /* IS_PRE_INVERTED */};
 | 
				
			||||||
  wire _TECHMAP_REPLACE_.$abc9_currQ = $abc9_currQ;
 | 
					  wire _TECHMAP_REPLACE_.$abc9_currQ = $abc9_currQ;
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -224,7 +224,7 @@ module FDSE (output reg Q, input C, CE, D, S);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Special signals
 | 
					  // Special signals
 | 
				
			||||||
  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
					  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
				
			||||||
  wire [4:0] _TECHMAP_REPLACE_.$abc9_control = {INIT, CE, IS_D_INVERTED, S, IS_S_INVERTED};
 | 
					  wire [3:0] _TECHMAP_REPLACE_.$abc9_control = {CE, IS_D_INVERTED, S, IS_S_INVERTED};
 | 
				
			||||||
  wire _TECHMAP_REPLACE_.$abc9_currQ = Q;
 | 
					  wire _TECHMAP_REPLACE_.$abc9_currQ = Q;
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
module FDSE_1 (output reg Q, input C, CE, D, S);
 | 
					module FDSE_1 (output reg Q, input C, CE, D, S);
 | 
				
			||||||
| 
						 | 
					@ -239,7 +239,7 @@ module FDSE_1 (output reg Q, input C, CE, D, S);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Special signals
 | 
					  // Special signals
 | 
				
			||||||
  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
					  wire [0:0] _TECHMAP_REPLACE_.$abc9_clock = C;
 | 
				
			||||||
  wire [4:0] _TECHMAP_REPLACE_.$abc9_control = {INIT, CE, 1'b0 /* IS_D_INVERTED */, S, 1'b0 /* IS_S_INVERTED */};
 | 
					  wire [3:0] _TECHMAP_REPLACE_.$abc9_control = {CE, 1'b0 /* IS_D_INVERTED */, S, 1'b0 /* IS_S_INVERTED */};
 | 
				
			||||||
  wire _TECHMAP_REPLACE_.$abc9_currQ = Q;
 | 
					  wire _TECHMAP_REPLACE_.$abc9_currQ = Q;
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue