mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 11:12:29 +00:00 
			
		
		
		
	driver: allow --no-version still write things like Generated by Yosys
This commit is contained in:
		
							parent
							
								
									d7affb8821
								
							
						
					
					
						commit
						90a2c92370
					
				
					 21 changed files with 36 additions and 40 deletions
				
			
		|  | @ -125,7 +125,7 @@ struct JnyWriter | |||
| 
 | ||||
|         f << "{\n"; | ||||
|         f << "  \"$schema\": \"https://raw.githubusercontent.com/YosysHQ/yosys/main/misc/jny.schema.json\",\n"; | ||||
|         f << stringf("  \"generator\": \"%s\",\n", escape_string(yosys_version_str).c_str()); | ||||
|         f << stringf("  \"generator\": \"%s\",\n", escape_string(yosys_maybe_version()).c_str()); | ||||
|         f << "  \"version\": \"0.0.1\",\n"; | ||||
|         f << "  \"invocation\": \"" << escape_string(invk) << "\",\n"; | ||||
|         f << "  \"features\": ["; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue