diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/spice/spice.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/spice/spice.cc b/backends/spice/spice.cc index a2be5d0b5..327e1b31a 100644 --- a/backends/spice/spice.cc +++ b/backends/spice/spice.cc @@ -165,9 +165,6 @@ struct SpiceBackend : public Backend { fprintf(f, "* SPICE netlist, generated by Yosys *\n"); fprintf(f, "*************************************\n"); fprintf(f, "\n"); - fprintf(f, ".GLOBAL %s\n", neg.c_str()); - fprintf(f, ".GLOBAL %s\n", pos.c_str()); - fprintf(f, "\n"); for (auto module_it : design->modules) { |