3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 11:26:22 +00:00

rtlil: add dump_sigmap for hacky signorm debugging

This commit is contained in:
Emil J. Tywoniak 2026-03-12 22:13:21 +01:00
parent b859080ef2
commit fb03a34277
2 changed files with 20 additions and 0 deletions

View file

@ -2119,6 +2119,7 @@ public:
pool<RTLIL::Cell *> pending_deleted_cells;
dict<RTLIL::Wire *, pool<RTLIL::Cell *>> buf_norm_connect_index;
void bufNormalize();
void dump_sigmap();
protected:
SigNormIndex *sig_norm_index = nullptr;