3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-12 23:46:40 +00:00

Added spice testbench to techlibs/cmos

This commit is contained in:
Clifford Wolf 2013-09-14 13:29:11 +02:00
parent bbe5aa446b
commit 2c9bd23801
5 changed files with 73 additions and 6 deletions

View file

@ -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)
{