mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	pass metadata: fixed some of the output formatting
This commit is contained in:
		
							parent
							
								
									f6bb238051
								
							
						
					
					
						commit
						d8b85e1247
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -117,6 +117,7 @@ struct MetadataWriter | |||
| 
 | ||||
|             first_sort = false; | ||||
|         } | ||||
|         f << stringf("\n"); | ||||
| 
 | ||||
|         f << stringf("      ],\n"); | ||||
|         f << stringf("      \"connections\": [\n"); | ||||
|  | @ -155,6 +156,7 @@ struct MetadataWriter | |||
| 
 | ||||
|             first_port = false; | ||||
|         } | ||||
|         f << stringf("\n"); | ||||
| 
 | ||||
|         f << stringf("          ],\n          \"cells\": [\n"); | ||||
|         bool first_cell{true}; | ||||
|  | @ -166,6 +168,7 @@ struct MetadataWriter | |||
| 
 | ||||
|             first_cell = false; | ||||
|         } | ||||
|         f << stringf("\n"); | ||||
|         f << stringf("          ]\n"); | ||||
|         f << stringf("        }"); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue