1
0
mirror of synced 2026-04-04 05:41:16 +00:00

test_cell: Add comment on $pmux

`-simlib` also doesn't work.
This commit is contained in:
Krystine Sherwin
2025-08-12 10:57:59 +12:00
parent c589714433
commit 20c2d2a6f3

View File

@@ -1038,7 +1038,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";