mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +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
|
@ -364,6 +364,7 @@ struct IlangBackend : public Backend {
|
|||
extra_args(f, filename, args, argidx);
|
||||
|
||||
log("Output filename: %s\n", filename.c_str());
|
||||
fprintf(f, "# Generated by %s\n", yosys_version_str);
|
||||
ILANG_BACKEND::dump_design(f, design, selected);
|
||||
}
|
||||
} IlangBackend;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue