Skip to content

Commit f83968d

Browse files
authored
Merge pull request #7148 from AcKoucher/mpl-shapes-refactor
mpl: create abstractions for intervals and tilings
2 parents 7ae18b5 + 7931bcd commit f83968d

File tree

9 files changed

+330
-258
lines changed

9 files changed

+330
-258
lines changed

src/mpl/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ add_library(mpl_lib
1515
src/SACoreHardMacro.cpp
1616
src/SACoreSoftMacro.cpp
1717
src/clusterEngine.cpp
18+
src/shapes.cpp
1819
)
1920

2021
target_include_directories(mpl_lib

src/mpl/src/SimulatedAnnealingCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Graphics;
2828
// to placement.
2929
//
3030
// SoftMacro:
31-
// - Generate shape curves of std cell or mixed clusters;
31+
// - Generate tilings of mixed clusters;
3232
// - Cluster Placement.
3333
//
3434
// HardMacro:

0 commit comments

Comments
 (0)