mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	read_liberty: Fix omitted helper change
This commit is contained in:
		
							parent
							
								
									309d80885b
								
							
						
					
					
						commit
						ab5d6b06b4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -186,7 +186,7 @@ static RTLIL::SigSpec create_tristate(RTLIL::Module *module, RTLIL::SigSpec func | ||||||
| 	RTLIL::Cell *cell = module->addCell(NEW_ID, ID($tribuf)); | 	RTLIL::Cell *cell = module->addCell(NEW_ID, ID($tribuf)); | ||||||
| 	cell->setParam(ID::WIDTH, GetSize(func)); | 	cell->setParam(ID::WIDTH, GetSize(func)); | ||||||
| 	cell->setPort(ID::A, func); | 	cell->setPort(ID::A, func); | ||||||
| 	cell->setPort(ID::EN, create_inv_cell(module, three_state)); | 	cell->setPort(ID::EN, module->NotGate(NEW_ID, three_state)); | ||||||
| 	cell->setPort(ID::Y, module->addWire(NEW_ID)); | 	cell->setPort(ID::Y, module->addWire(NEW_ID)); | ||||||
| 	return cell->getPort(ID::Y); | 	return cell->getPort(ID::Y); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue