mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-24 16:12:33 +00:00
WIP migration to twine
This commit is contained in:
parent
96b0ba9581
commit
0c450ce8c8
110 changed files with 1225 additions and 1082 deletions
|
|
@ -713,6 +713,8 @@ int main(int argc, char **argv)
|
|||
total_ns += gc_ns;
|
||||
timedat.insert(make_tuple(gc_ns,
|
||||
RTLIL::OwningIdString::garbage_collection_count(), "id_gc"));
|
||||
total_ns += twine_gc_ns;
|
||||
timedat.insert(make_tuple(twine_gc_ns, twine_gc_count, "twine_gc"));
|
||||
total_ns += signorm_ns;
|
||||
timedat.insert(make_tuple(signorm_ns, signorm_count, "signorm"));
|
||||
total_ns += signorm_restore_ns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue