diff options
Diffstat (limited to 'backends/spice/spice.cc')
-rw-r--r-- | backends/spice/spice.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/backends/spice/spice.cc b/backends/spice/spice.cc index e6e4ab4b0..28a91714b 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) |