參考資訊:
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