mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-07 20:36:44 +02:00
8 lines
75 B
Bash
8 lines
75 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
../../yosys counter.ys
|
|
ngspice testbench.sp
|
|
|