Pin icestorm to a known-good version in setup doc

This commit is contained in:
Matthew Mets 2023-03-02 12:03:33 +01:00
parent 938f2b16d7
commit e04b502833

View file

@ -46,6 +46,7 @@ install other versions of these tools locally, they could conflict
git clone https://github.com/YosysHQ/icestorm git clone https://github.com/YosysHQ/icestorm
cd icestorm cd icestorm
git checkout 45f5e5f3889afb07907bab439cf071478ee5a2a5
make -j$(nproc) make -j$(nproc)
sudo make install sudo make install
cd .. cd ..
@ -73,6 +74,7 @@ install other versions of these tools locally, they could conflict
cmake -DARCH=ice40 -DCMAKE_INSTALL_PREFIX=/usr/local . cmake -DARCH=ice40 -DCMAKE_INSTALL_PREFIX=/usr/local .
make -j$(nproc) make -j$(nproc)
sudo make install sudo make install
cd ..
References: References:
* http://bygone.clairexen.net/icestorm/ * http://bygone.clairexen.net/icestorm/