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

test_cell: Add comment on $pmux

`-simlib` also doesn't work.
This commit is contained in:
Krystine Sherwin 2025-04-22 10:05:29 +12:00
parent 1662d75547
commit 78a6235200
No known key found for this signature in database

View file

@ -1036,7 +1036,8 @@ struct TestCellPass : public Pass {
cell_types[ID($mux)] = "*";
cell_types[ID($bmux)] = "*";
cell_types[ID($demux)] = "*";
// $pmux doesn't work in sat, and is not supported with 'techmap -assert'
// $pmux doesn't work in sat, and is not supported with 'techmap -assert' or
// '-simlib'
if (nosat && techmap_cmd.compare("aigmap") == 0)
cell_types[ID($pmux)] = "*";
cell_types[ID($bwmux)] = "A";