mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-25 05:37:02 +00:00
fixup! readme, verilog_parser: bison 3.8 and ubuntu 22.04 example
This commit is contained in:
parent
540623a513
commit
6e011d1948
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Xdot (graphviz) is used by the ``show`` command in yosys to display schematics.
|
||||||
For example on Ubuntu Linux 22.04 LTS the following commands will install all
|
For example on Ubuntu Linux 22.04 LTS the following commands will install all
|
||||||
prerequisites for building yosys:
|
prerequisites for building yosys:
|
||||||
|
|
||||||
$ sudo apt-get install build-essential clang lld bison flex \
|
$ sudo apt-get install build-essential clang lld bison flex libfl-dev \
|
||||||
libreadline-dev gawk tcl-dev libffi-dev git \
|
libreadline-dev gawk tcl-dev libffi-dev git \
|
||||||
graphviz xdot pkg-config python3 libboost-system-dev \
|
graphviz xdot pkg-config python3 libboost-system-dev \
|
||||||
libboost-python-dev libboost-filesystem-dev zlib1g-dev
|
libboost-python-dev libboost-filesystem-dev zlib1g-dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue