From 78a623520083ecaf1de2d441429fb99a08c14351 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 22 Apr 2025 10:05:29 +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 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";