mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 11:26:22 +00:00
rtlil: publish signorm fanout
This commit is contained in:
parent
8f62d5c657
commit
b9eae3f64b
2 changed files with 6 additions and 0 deletions
|
|
@ -2138,6 +2138,7 @@ public:
|
|||
int next_timestamp();
|
||||
std::vector<Cell *> dirty_cells(int starting_from);
|
||||
const pool<PortBit> &fanout(SigBit bit);
|
||||
const dict<SigBit, pool<PortBit>> &signorm_fanout() const;
|
||||
|
||||
template<typename T> void rewrite_sigspecs(T &functor);
|
||||
template<typename T> void rewrite_sigspecs2(T &functor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue