mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-18 05:05:45 +00:00
WIP
This commit is contained in:
parent
afdae7b87e
commit
c3ffbf6fae
229 changed files with 3902 additions and 3835 deletions
|
|
@ -12,7 +12,7 @@ struct PmuxBPortIterator {
|
|||
int port_idx;
|
||||
int port_count;
|
||||
PmuxBPortIterator(Cell* mux) : cell(mux) {
|
||||
log_assert(mux->type == ID($mux) || mux->type == ID($pmux));
|
||||
log_assert(mux->type == TW($mux) || mux->type == TW($pmux));
|
||||
port_idx = 0;
|
||||
b = mux->getPort(TW::B).to_sigbit_vector();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue