mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-14 19:24:45 +00:00
libcache: add -quiet and -verbose
This commit is contained in:
parent
f60bbe64ac
commit
0d621ecc11
3 changed files with 30 additions and 6 deletions
|
@ -140,6 +140,7 @@ namespace Yosys
|
|||
dict<std::string, std::shared_ptr<const LibertyAst>> cached;
|
||||
|
||||
bool cache_by_default = false;
|
||||
bool verbose = false;
|
||||
dict<std::string, bool> cache_path;
|
||||
|
||||
std::shared_ptr<const LibertyAst> cached_ast(const std::string &fname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue