Skip to content

Commit

Permalink
updating yosys
Browse files Browse the repository at this point in the history
  • Loading branch information
kanndil committed Jul 16, 2024
1 parent 848a36d commit 8f6032a
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,18 @@ jobs:
- name: Install yosys
run: |
sudo apt-get install build-essential clang bison flex libreadline-dev gawk tcl-dev libffi-dev git graphviz xdot pkg-config python3 libboost-system-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev
git clone https://github.com/YosysHQ/yosys.git
cd yosys
make config-clang
make config-gcc
make
sudo make install
export PATH=/usr/local/bin:$PATH
sudo apt-get install build-essential clang bison flex \
libreadline-dev gawk tcl-dev libffi-dev git \
graphviz xdot pkg-config python3 libboost-system-dev \
libboost-python-dev libboost-filesystem-dev zlib1g-dev
git clone https://github.com/YosysHQ/yosys.git -b yosys-0.36 --depth 1
cd yosys
make
sudo make install
export PATH=/usr/local/bin:$PATH
- name: Install gcc
Expand Down

0 comments on commit 8f6032a

Please sign in to comment.