From 20c2d2a6f3992c8f1fb18dde920397c8ef4da691 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:57:59 +1200 Subject: [PATCH] test_cell: Add comment on $pmux `-simlib` also doesn't work. --- passes/tests/test_cell.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/passes/tests/test_cell.cc b/passes/tests/test_cell.cc index dd8db2dd1..4285611f7 100644 --- a/passes/tests/test_cell.cc +++ b/passes/tests/test_cell.cc @@ -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";