Skip to content

Commit 9d9f14a

Browse files
committed
Remove a depracted warning from packer
1 parent d3c17e5 commit 9d9f14a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

vpr/src/pack/pack.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,6 @@ std::unordered_set<AtomNetId> alloc_and_load_is_clock(bool global_clocks) {
330330
}
331331
}
332332

333-
/* If we have multiple clocks and we're supposed to declare them global, *
334-
* print a warning message, since it looks like this circuit may have *
335-
* locally generated clocks. */
336-
337-
if (num_clocks > 1 && global_clocks) {
338-
VTR_LOG_WARN(
339-
"All %d clocks will be treated as global.\n", num_clocks);
340-
}
341-
342333
return (is_clock);
343334
}
344335

0 commit comments

Comments
 (0)