Skip to content

Commit

Permalink
update build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rniwase committed Dec 29, 2023
1 parent 62af89e commit 225d01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mkdir icestorm
pushd icestorm
git init
git remote add origin https://github.com/YosysHQ/icestorm.git
git fetch --depth 1 origin d20a5e9001f46262bf0cef220f1a6943946e421d
git fetch --depth 1 origin 1a40ae75d4eebee9cce73a2c4d634fd42ed0110f
git reset --hard FETCH_HEAD
make -j$(nproc)
sudo make install
Expand All @@ -51,7 +51,7 @@ sudo make install
popd

echo -e "Installing yosys"
git clone https://github.com/YosysHQ/yosys.git -b yosys-0.33 --depth 1
git clone https://github.com/YosysHQ/yosys.git -b yosys-0.36 --depth 1
pushd yosys
make -j$(nproc)
sudo make install
Expand Down

0 comments on commit 225d01d

Please sign in to comment.