3
0
Fork 0
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:
Emil J. Tywoniak 2025-05-09 11:36:39 +02:00
parent f60bbe64ac
commit 0d621ecc11
3 changed files with 30 additions and 6 deletions

View file

@ -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);