mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	verific: unflatten struct ports
This commit is contained in:
		
							parent
							
								
									da6abc0149
								
							
						
					
					
						commit
						cccc0ae112
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -2470,6 +2470,9 @@ struct VerificPass : public Pass {
 | 
				
			||||||
					worker.run(nl);
 | 
										worker.run(nl);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								for (auto nl : nl_todo)
 | 
				
			||||||
 | 
									nl->ChangePortBusStructures(1 /* hierarchical */);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if (!dumpfile.empty()) {
 | 
								if (!dumpfile.empty()) {
 | 
				
			||||||
				VeriWrite veri_writer;
 | 
									VeriWrite veri_writer;
 | 
				
			||||||
				veri_writer.WriteFile(dumpfile.c_str(), Netlist::PresentDesign());
 | 
									veri_writer.WriteFile(dumpfile.c_str(), Netlist::PresentDesign());
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue