mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	clockgate: 1-bit const 0
This commit is contained in:
		
							parent
							
								
									a8a92d3469
								
							
						
					
					
						commit
						be7c93ec6d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -187,7 +187,7 @@ struct ClockgatePass : public Pass { | |||
| 				icg->setPort(matching_icg_desc->clk_out_pin, gclk.new_net); | ||||
| 				// Tie low DFT ports like scan chain enable
 | ||||
| 				for (auto port : tie_lo_ports) | ||||
| 					icg->setPort(port, Const(0)); | ||||
| 					icg->setPort(port, Const(0, 1)); | ||||
| 				// Fix CE polarity if needed
 | ||||
| 				if (!clk.pol_ce) { | ||||
| 					SigBit ce_fixed_pol = module->NotGate(NEW_ID, clk.ce_bit); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue