mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-23 15:42:32 +00:00
fix: missing custom-Silimate $icg in NewCellTypes
This commit is contained in:
parent
bd7c32f8a6
commit
5d3819b52f
3 changed files with 4 additions and 2 deletions
|
|
@ -45,6 +45,7 @@ pkgs.mkShell {
|
|||
gtkwave # vcd2fst
|
||||
(python3.withPackages(ps: with ps; [pybind11 cxxheaderparser]))
|
||||
gnu-ar
|
||||
gtest
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
elfutils # provides libdw.so (not to be confused with libdwarf.so)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue