mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-08 03:15:24 +00:00
7 lines
75 B
Bash
7 lines
75 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
../../yosys counter.ys
|
|
ngspice testbench.sp
|
|
|