Skip to content

Commit 384e394

Browse files
committed
mpl: update test
Signed-off-by: João Mai <jmai@precisioninno.com>
1 parent 3eae094 commit 384e394

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/mpl/test/cpp/TestPusher.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ TEST_F(TestPusher, PushRevertedVertical)
296296

297297
// When pushing a macro cluster toward its closest boundaries would cause an
298298
// overlap with a macro diagonal to the pushed macro, push the macro the bottom
299-
// The Pusher is biased by the Boundary enum ordering of boundaries (B > L > T >
300-
// R), the current behaviour results in overlapping macros.
301-
// TODO: update the overlap code
299+
// The Pusher is biased by the Boundary enum ordering (B > L > T > R).
302300
TEST_F(TestPusher, PushRevertedBiased)
303301
{
304302
auto root = makeRootWithStdCells();
@@ -316,7 +314,7 @@ TEST_F(TestPusher, PushRevertedBiased)
316314
pusher.pushMacrosToCoreBoundaries();
317315

318316
// Last push (left) is reverted, bottom push is kept
319-
EXPECT_EQ(raw_hard_macro_1->getX(), 0);
317+
EXPECT_EQ(raw_hard_macro_1->getX(), 10000);
320318
EXPECT_EQ(raw_hard_macro_1->getY(), 0);
321319
}
322320

0 commit comments

Comments
 (0)