From 2c9bd23801fc00463cd218319c7f2f3a89852260 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 14 Sep 2013 13:29:11 +0200 Subject: Added spice testbench to techlibs/cmos --- backends/spice/spice.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'backends') 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) { -- cgit v1.2.3