summaryrefslogtreecommitdiff
path: root/backends/spice/spice.cc
diff options
context:
space:
mode:
Diffstat (limited to 'backends/spice/spice.cc')
-rw-r--r--backends/spice/spice.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/spice/spice.cc b/backends/spice/spice.cc
index a2be5d0b..327e1b31 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)
{