mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +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
				
			
		| 
						 | 
				
			
			@ -291,7 +291,7 @@ struct PortarcsPass : Pass {
 | 
			
		|||
					int *p = annotations.at(canonical_bit(bit));
 | 
			
		||||
					for (auto i = 0; i < inputs.size(); i++) {
 | 
			
		||||
						if (p[i] >= 0) {
 | 
			
		||||
							Cell *spec = m->addCell(NEW_ID, ID($specify2));
 | 
			
		||||
							Cell *spec = m->addCell(NEWER_ID, ID($specify2));
 | 
			
		||||
							spec->setParam(ID::SRC_WIDTH, 1);
 | 
			
		||||
							spec->setParam(ID::DST_WIDTH, 1);
 | 
			
		||||
							spec->setParam(ID::T_FALL_MAX, p[i]);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue