mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Add bwmuxmap pass
This commit is contained in:
parent
7203ba7bc1
commit
be752a20dc
7 changed files with 76 additions and 0 deletions
|
@ -1417,6 +1417,7 @@ struct BtorBackend : public Backend {
|
|||
log_push();
|
||||
Pass::call(design, "bmuxmap");
|
||||
Pass::call(design, "demuxmap");
|
||||
Pass::call(design, "bwmuxmap");
|
||||
log_pop();
|
||||
|
||||
size_t argidx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue