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
				
			
		| 
						 | 
				
			
			@ -345,9 +345,9 @@ struct SetundefPass : public Pass {
 | 
			
		|||
					for (auto &c : sig.chunks()) {
 | 
			
		||||
						RTLIL::SigSpec bits;
 | 
			
		||||
						if (worker.next_bit_mode == MODE_ANYSEQ)
 | 
			
		||||
							bits = module->Anyseq(NEW_ID, c.width);
 | 
			
		||||
							bits = module->Anyseq(NEWER_ID, c.width);
 | 
			
		||||
						else if (worker.next_bit_mode == MODE_ANYCONST)
 | 
			
		||||
							bits = module->Anyconst(NEW_ID, c.width);
 | 
			
		||||
							bits = module->Anyconst(NEWER_ID, c.width);
 | 
			
		||||
						else
 | 
			
		||||
							for (int i = 0; i < c.width; i++)
 | 
			
		||||
								bits.append(worker.next_bit());
 | 
			
		||||
| 
						 | 
				
			
			@ -530,9 +530,9 @@ struct SetundefPass : public Pass {
 | 
			
		|||
 | 
			
		||||
						if (width > 0) {
 | 
			
		||||
							if (worker.next_bit_mode == MODE_ANYSEQ)
 | 
			
		||||
								sig.replace(cursor, module->Anyseq(NEW_ID, width));
 | 
			
		||||
								sig.replace(cursor, module->Anyseq(NEWER_ID, width));
 | 
			
		||||
							else
 | 
			
		||||
								sig.replace(cursor, module->Anyconst(NEW_ID, width));
 | 
			
		||||
								sig.replace(cursor, module->Anyconst(NEWER_ID, width));
 | 
			
		||||
							cursor += width;
 | 
			
		||||
						} else {
 | 
			
		||||
							cursor++;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue