diff options
author | Kali Prasad <kprasadvnsi@pm.me> | 2019-03-04 23:26:56 +0530 |
---|---|---|
committer | Kali Prasad <kprasadvnsi@pm.me> | 2019-03-04 23:26:56 +0530 |
commit | 32a901ddf21711e2b2fe2a0a8719ff7f69fd9489 (patch) | |
tree | d64c6a98622e34a10e4de35d98bad13c75c4c047 /examples/anlogic/build.sh | |
parent | 107d8848041289bdf3ed85f2ca6c7e02fa9ec774 (diff) | |
download | yosys-32a901ddf21711e2b2fe2a0a8719ff7f69fd9489.tar.gz yosys-32a901ddf21711e2b2fe2a0a8719ff7f69fd9489.tar.bz2 yosys-32a901ddf21711e2b2fe2a0a8719ff7f69fd9489.zip |
Added examples/anlogic/
Diffstat (limited to 'examples/anlogic/build.sh')
-rwxr-xr-x | examples/anlogic/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/anlogic/build.sh b/examples/anlogic/build.sh new file mode 100755 index 000000000..8b77a32d6 --- /dev/null +++ b/examples/anlogic/build.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -ex +yosys demo.ys +$TD_HOME/bin/td build.tcl
\ No newline at end of file |