gatemate: fixed test assert

This commit is contained in:
Miodrag Milanovic 2026-07-27 14:52:21 +02:00
parent bf63271fe7
commit 77e1f19f21
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ TEST_F(GateMateTest, remove_lut1_inv)
ctx->uarch->pack();
// Expect IBUF -> CPE -> OBUF
// LUT merged, but CPE for driving OBUF added
ASSERT_EQ(ctx->cells.size(), 9LU);
ASSERT_EQ(ctx->cells.size(), 8LU);
}
TEST_F(GateMateTest, remove_lut1_not_driven)