mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Correction to -expose with setundef
This commit is contained in:
		
							parent
							
								
									8b9a8c7f91
								
							
						
					
					
						commit
						6e63df6dd0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -308,6 +308,7 @@ struct SetundefPass : public Pass {
 | 
				
			||||||
            log("Exposing undriven wire %s as input.\n", wire->name.c_str());
 | 
					            log("Exposing undriven wire %s as input.\n", wire->name.c_str());
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          module->fixup_ports();
 | 
					          module->fixup_ports();
 | 
				
			||||||
 | 
					          continue;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else {
 | 
					        else {
 | 
				
			||||||
          SigMap sigmap(module);
 | 
					          SigMap sigmap(module);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue