summaryrefslogtreecommitdiff
path: root/backends/spice
diff options
context:
space:
mode:
Diffstat (limited to 'backends/spice')
-rw-r--r--backends/spice/spice.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/backends/spice/spice.cc b/backends/spice/spice.cc
index e6e4ab4b..28a91714 100644
--- a/backends/spice/spice.cc
+++ b/backends/spice/spice.cc
@@ -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)