diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-03-05 15:20:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 15:20:03 -0800 |
commit | ba0da6371e6bffc3e79a0d5388a508e2b7ea775b (patch) | |
tree | ba9b5e1f25d3e7dd51cfc7458ff88d4640fbb365 /examples/anlogic/README | |
parent | 855b9dc60661f79252d1f49e0a93911ce7b5a9b4 (diff) | |
parent | 32a901ddf21711e2b2fe2a0a8719ff7f69fd9489 (diff) | |
download | yosys-ba0da6371e6bffc3e79a0d5388a508e2b7ea775b.tar.gz yosys-ba0da6371e6bffc3e79a0d5388a508e2b7ea775b.tar.bz2 yosys-ba0da6371e6bffc3e79a0d5388a508e2b7ea775b.zip |
Merge pull request #851 from kprasadvnsi/master
Added examples/anlogic/
Diffstat (limited to 'examples/anlogic/README')
-rw-r--r-- | examples/anlogic/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/anlogic/README b/examples/anlogic/README new file mode 100644 index 000000000..99143cce0 --- /dev/null +++ b/examples/anlogic/README @@ -0,0 +1,13 @@ +LED Blink project for Anlogic Lichee Tang board. + +Follow the install instructions for the Tang Dynasty IDE from given link below. + +https://tang.sipeed.com/en/getting-started/installing-td-ide/linux/ + + +set TD_HOME env variable to the full path to the TD <TD Install Directory> as follow. + +export TD_HOME=<TD Install Directory> + +then run "bash build.sh" in this directory. + |