You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vpr/src/pack/cluster_util.h
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@
14
14
#include"tatum/echo_writer.hpp"
15
15
#include"tatum/TimingReporter.hpp"
16
16
17
+
/**
18
+
* @file
19
+
* @brief This file includes useful structs and functions for building and modifying clustering
20
+
*/
21
+
17
22
#defineAAPACK_MAX_HIGH_FANOUT_EXPLORE10/* For high-fanout nets that are ignored, consider a maximum of this many sinks, must be less than packer_opts.feasible_block_array_size */
18
23
#defineAAPACK_MAX_TRANSITIVE_EXPLORE40/* When investigating transitive fanout connections in packing, consider a maximum of this many molecules, must be less than packer_opts.feasible_block_array_size */
0 commit comments