mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-17 04:35:44 +00:00
BROKEN
This commit is contained in:
parent
2117af318c
commit
8ab96a4285
5 changed files with 335 additions and 119 deletions
|
|
@ -39,7 +39,7 @@ public:
|
|||
// merge_src_into if set) into every staged new cell and into
|
||||
// merge_src_into, then removes root_cell from the module. No input-cone
|
||||
// walk: only root_cell is removed.
|
||||
void patch(Cell* root_cell, IdString old_port, SigSpec new_sig,
|
||||
void patch(Cell* root_cell, TwineRef old_port, SigSpec new_sig,
|
||||
const std::vector<Cell*>& extras = {},
|
||||
Cell* merge_src_into = nullptr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue