mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Use our naming convention instead of Yosys'
This commit is contained in:
		
							parent
							
								
									81cced8e01
								
							
						
					
					
						commit
						ec7b4b74b4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -103,7 +103,7 @@ code add_y add_a add_b add_a_ext add_a_id add_b_id  mux_y mux_a mux_b mux_a_id m | |||
| 	} | ||||
| 
 | ||||
| 	// Create new mid wire | ||||
| 	mid = module->addWire(NEW_ID, GetSize(add_b)); | ||||
| 	mid = module->addWire(NEW_ID2_SUFFIX("mid"), GetSize(add_b)); | ||||
| 
 | ||||
| 	// Connect ports | ||||
| 	add->setPort(add_b_id, mid); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue