mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
11 lines
146 B
Bash
11 lines
146 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
../../yosys counter.ys
|
|
ngspice testbench.sp
|
|
|
|
# requires ngspice with xspice support enabled:
|
|
#ngspice testbench_digital.sp
|
|
|