3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 10:20:24 +00:00

Added examples/anlogic/

This commit is contained in:
Kali Prasad 2019-03-04 23:26:56 +05:30
parent 107d884804
commit 32a901ddf2
7 changed files with 55 additions and 0 deletions

13
examples/anlogic/README Normal file
View file

@ -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.