3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Merge branch 'YosysHQ:main' into main

This commit is contained in:
Akash Levy 2024-09-05 17:07:57 -07:00 committed by GitHub
commit 63a7996cb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 54 deletions

View file

@ -70,11 +70,11 @@ std::optional<uint64_t> current_mem_bytes() {
}
struct InternalStatsPass : public Pass {
InternalStatsPass() : Pass("internal_stats", "print some internal statistics") { }
InternalStatsPass() : Pass("internal_stats", "print internal statistics") { }
void help() override
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n"); // TODO
log("Print internal statistics for developers (experimental)\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override
{