mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-20 06:05:50 +00:00
WIP
This commit is contained in:
parent
afdae7b87e
commit
c3ffbf6fae
229 changed files with 3902 additions and 3835 deletions
|
|
@ -47,7 +47,7 @@ struct DemuxmapPass : public Pass {
|
|||
for (auto module : design->selected_modules())
|
||||
for (auto cell : module->selected_cells())
|
||||
{
|
||||
if (cell->type != ID($demux))
|
||||
if (cell->type != TW($demux))
|
||||
continue;
|
||||
|
||||
SigSpec sel = cell->getPort(TW::S);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue