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:
parent
566dcf1878
commit
9beb4bfddd
4 changed files with 16 additions and 2 deletions
|
|
@ -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>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue