mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Docs: Add back message for empty help
This commit is contained in:
		
							parent
							
								
									6bbe763845
								
							
						
					
					
						commit
						600149a824
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -53,6 +53,8 @@ for line in fileinput.input(): | ||||||
|         # no module definition, ignore line |         # no module definition, ignore line | ||||||
|         pass |         pass | ||||||
|     if line.startswith("endmodule"): |     if line.startswith("endmodule"): | ||||||
|  |         if not simHelper.desc: | ||||||
|  |             simHelper.desc.append("No help message for this cell type found.\n") | ||||||
|         print(simHelper) |         print(simHelper) | ||||||
|         simHelper = SimHelper() |         simHelper = SimHelper() | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue