mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	s/NEW_ID/NEWER_ID/g
This commit is contained in:
		
							parent
							
								
									6b9082fa64
								
							
						
					
					
						commit
						73d51b25d6
					
				
					 130 changed files with 1275 additions and 1275 deletions
				
			
		| 
						 | 
				
			
			@ -32,8 +32,8 @@ static RTLIL::SigChunk value;
 | 
			
		|||
void constmap_worker(RTLIL::SigSpec &sig)
 | 
			
		||||
{
 | 
			
		||||
	if (sig.is_fully_const()){
 | 
			
		||||
		value = module->addWire(NEW_ID, sig.size());
 | 
			
		||||
		RTLIL::Cell *cell = module->addCell(NEW_ID, celltype);
 | 
			
		||||
		value = module->addWire(NEWER_ID, sig.size());
 | 
			
		||||
		RTLIL::Cell *cell = module->addCell(NEWER_ID, celltype);
 | 
			
		||||
		cell->setParam(cell_paramname, sig.as_const());
 | 
			
		||||
		cell->setPort(cell_portname, value);
 | 
			
		||||
		sig = value;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue