mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 22:23:23 +00:00
fixup! ast, read_verilog: ownership in AST, use C++ styles for parser and lexer
This commit is contained in:
parent
af0bab9fc7
commit
6a7ecf12f1
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -111,7 +111,7 @@ endif
|
||||||
|
|
||||||
PKG_CONFIG ?= pkg-config
|
PKG_CONFIG ?= pkg-config
|
||||||
SED ?= sed
|
SED ?= sed
|
||||||
BISON ?= bison -k
|
BISON ?= bison
|
||||||
STRIP ?= strip
|
STRIP ?= strip
|
||||||
AWK ?= awk
|
AWK ?= awk
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
packages.default = yosys;
|
packages.default = yosys;
|
||||||
defaultPackage = yosys;
|
defaultPackage = yosys;
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [ clang llvmPackages.bintools gcc bison flex libffi tcl readline python3 zlib git gtest abc-verifier verilog boost python3Packages.boost valgrind ];
|
buildInputs = with pkgs; [ clang llvmPackages.bintools gcc bison flex libffi tcl readline python3 zlib git gtest abc-verifier verilog boost python3Packages.boost ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue