mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
Write yosys version to output files
This commit is contained in:
parent
eab536a203
commit
1dcb683fcb
7 changed files with 13 additions and 9 deletions
|
@ -172,10 +172,7 @@ struct SpiceBackend : public Backend {
|
|||
}
|
||||
extra_args(f, filename, args, argidx);
|
||||
|
||||
fprintf(f, "\n");
|
||||
fprintf(f, "*************************************\n");
|
||||
fprintf(f, "* SPICE netlist, generated by Yosys *\n");
|
||||
fprintf(f, "*************************************\n");
|
||||
fprintf(f, "* SPICE netlist generated by %s\n", yosys_version_str);
|
||||
fprintf(f, "\n");
|
||||
|
||||
for (auto module_it : design->modules)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue