Skip to content

Commit

Permalink
yosys
Browse files Browse the repository at this point in the history
  • Loading branch information
kanndil committed Jul 16, 2024
1 parent b8e7d4e commit 848a36d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ jobs:
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
Expand Down

0 comments on commit 848a36d

Please sign in to comment.