參考資訊:
https://clifford.at/icestorm
https://github.com/YosysHQ/nextpnr
$ sudo apt-get install libboost-all-dev libeigen3-dev $ cd $ git clone https://github.com/YosysHQ/nextpnr --recursive $ mkdir -p nextpnr/build $ cd nextpnr/build $ cmake .. -DARCH=ice40 $ make -j4 $ sudo make install