3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-23 16:57:53 +00:00

log: add log_deprecated

This commit is contained in:
Emil J. Tywoniak 2024-10-03 12:14:12 +02:00
parent 566dcf1878
commit 9beb4bfddd
4 changed files with 16 additions and 2 deletions

View file

@ -273,7 +273,7 @@ int main(int argc, char **argv)
("hash-seed", "mix up hashing values with <seed>, for extreme optimization and testing",
cxxopts::value<uint64_t>(), "<seed>")
("A,abort", "will call abort() at the end of the script. for debugging")
("x,experimental", "do not print warnings for the experimental <feature>",
("x,experimental", "do not print warnings for the experimental or deprecated <feature>",
cxxopts::value<std::vector<std::string>>(), "<feature>")
("g,debug", "globally enable debug log messages")
("perffile", "write a JSON performance log to <perffile>", cxxopts::value<std::string>(), "<perffile>")