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:
commit
63a7996cb4
4 changed files with 18 additions and 54 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue