aboutsummaryrefslogtreecommitdiffstats
path: root/common/place.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/place.cc')
-rw-r--r--common/place.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/place.cc b/common/place.cc
index 007fc748..92c09e78 100644
--- a/common/place.cc
+++ b/common/place.cc
@@ -40,6 +40,8 @@ void place_design(Design *design)
std::set<IdString>::iterator not_found, element;
std::set<BelType> used_bels;
+ log_info("Placing..\n");
+
// Initial constraints placer
for (auto cell_entry : design->cells) {
CellInfo *cell = cell_entry.second;