mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-18 10:30:45 +00:00
readme, verilog_parser: bison 3.8 and ubuntu 22.04 example
This commit is contained in:
parent
7e026d824a
commit
41d9a1b88e
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ recommended) and some standard tools such as GNU Flex, GNU Bison, and GNU Make.
|
|||
TCL, readline and libffi are optional (see ``ENABLE_*`` settings in Makefile).
|
||||
Xdot (graphviz) is used by the ``show`` command in yosys to display schematics.
|
||||
|
||||
For example on Ubuntu Linux 16.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:
|
||||
|
||||
$ sudo apt-get install build-essential clang lld bison flex \
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
%require "3.0"
|
||||
%require "3.8"
|
||||
%language "c++"
|
||||
%define api.value.type variant
|
||||
%define api.prefix {frontend_verilog_yy}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue