mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-15 07:15:28 +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
|
@ -232,8 +232,7 @@ struct EdifBackend : public Backend {
|
|||
*f << stringf(" (edifLevel 0)\n");
|
||||
*f << stringf(" (keywordMap (keywordLevel 0))\n");
|
||||
|
||||
if (yosys_write_versions)
|
||||
*f << stringf(" (comment \"Generated by %s\")\n", yosys_version_str);
|
||||
*f << stringf(" (comment \"Generated by %s\")\n", yosys_maybe_version());
|
||||
|
||||
*f << stringf(" (external LIB\n");
|
||||
*f << stringf(" (edifLevel 0)\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue