mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-30 15:00:26 +00:00
ast, read_verilog: ownership in AST, use C++ styles for parser and lexer
This commit is contained in:
parent
4b8d42d22c
commit
73122921f5
22 changed files with 2496 additions and 2615 deletions
2
Makefile
2
Makefile
|
@ -111,7 +111,7 @@ endif
|
|||
|
||||
PKG_CONFIG ?= pkg-config
|
||||
SED ?= sed
|
||||
BISON ?= bison
|
||||
BISON ?= bison -k
|
||||
STRIP ?= strip
|
||||
AWK ?= awk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue