微處理器 - Anlogic EG4S20BG256 (Lichee Tang Primer) - Build yosys



參考資訊:
https://github.com/YosysHQ/yosys

$ sudo apt-get install tcl8.6-dev tclsh

$ cd
$ git clone https://github.com/google/googletest.git
$ mkdir googletest/build
$ cd googletest/build
$ cmake ..
$ make
$ sudo make install

$ cd
$ git clone https://github.com/YosysHQ/yosys
$ cd yosys
$ git checkout v0.60
$ git submodule update --init
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install