mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Cleanups and bugfixes in response to new internal cell checker
This commit is contained in:
		
							parent
							
								
									0fd3ebdb23
								
							
						
					
					
						commit
						e5b974fa2a
					
				
					 5 changed files with 52 additions and 52 deletions
				
			
		|  | @ -225,9 +225,9 @@ struct OptMuxtreeWorker | |||
| 				mi.cell->connections["\\S"] = new_sig_s; | ||||
| 				if (new_sig_s.width == 1) { | ||||
| 					mi.cell->type = "$mux"; | ||||
| 					mi.cell->attributes.erase("\\S_WIDTH"); | ||||
| 					mi.cell->parameters.erase("\\S_WIDTH"); | ||||
| 				} else { | ||||
| 					mi.cell->attributes["\\S_WIDTH"] = RTLIL::Const(new_sig_s.width); | ||||
| 					mi.cell->parameters["\\S_WIDTH"] = RTLIL::Const(new_sig_s.width); | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue