3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Merge pull request #3838 from povik/various-cleanup

This commit is contained in:
N. Engelhardt 2023-07-24 16:24:23 +02:00 committed by GitHub
commit 43780c9812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 13 deletions

View file

@ -318,7 +318,7 @@ Aig::Aig(Cell *cell)
goto optimize;
}
if (cell->type.in(ID($mux), ID($_MUX_)))
if (cell->type.in(ID($mux), ID($_MUX_), ID($_NMUX_)))
{
int S = mk.inport(ID::S);
for (int i = 0; i < GetSize(cell->getPort(ID::Y)); i++) {