mirror of https://github.com/YosysHQ/yosys.git
4 lines
59 B
Bash
4 lines
59 B
Bash
|
#!/bin/bash
|
||
|
set -ex
|
||
|
yosys demo.ys
|
||
|
$TD_HOME/bin/td build.tcl
|