微處理器 - Lattice MachXO2 LCMXO2-4000HC-4MG132 (小脚丫STEP-MXO2第二代) - Build nextpnr-machxo2



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

$ sudo apt-get install libeigen3-dev libboost-all-dev

$ cd
$ git clone https://github.com/YosysHQ/nextpnr
$ cd nextpnr
$ git submodule update --init --recursive
$ mkdir build
$ cd build
$ cmake .. -DARCH=machxo2
$ make -j4
$ sudo make install