diff --git a/passes/tests/test_cell.cc b/passes/tests/test_cell.cc index 1fd2066f5..f5085cc1c 100644 --- a/passes/tests/test_cell.cc +++ b/passes/tests/test_cell.cc @@ -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";