mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +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
7
techlibs/cmos/testbench.sh
Normal file
7
techlibs/cmos/testbench.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
../../yosys counter.ys
|
||||
ngspice testbench.sp
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue