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:
parent
bbe5aa446b
commit
2c9bd23801
5 changed files with 73 additions and 6 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue