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
"The parameters for optimization kind:%i are configured incorrectly : count %i, ratio %f\n", this->_kind, this->_blocks_count, this->_ratio);
37
+
error_message(NETLIST, unknown_location, "The parameters for optimization kind:%i are configured incorrectly : count %i, ratio %f\n", this->_kind, this->_blocks_count, this->_ratio);
"Assign_weights mixing optimization was called for optimization without specification provided, for kind %i\n", this->_kind);
45
+
error_message(NETLIST, unknown_location, "Assign_weights mixing optimization was called for optimization without specification provided, for kind %i\n", this->_kind);
"Performing mixing optimization was called for optimization without method provided, for kind %i\n", this->_kind);
50
+
error_message(NETLIST, unknown_location, "Performing mixing optimization was called for optimization without method provided, for kind %i\n", this->_kind);
54
51
exit(0);
55
52
}
56
53
@@ -63,8 +60,7 @@ MultsOpt::MultsOpt(int _exact)
63
60
MultsOpt::MultsOpt(float ratio)
64
61
: MixingOpt(ratio, MULTIPLY) {
65
62
if (ratio < 0.0 || ratio > 1.0) {
66
-
error_message(NETLIST, unknown_location, "%s",
67
-
"Miltipliers mixing optimization is started with wrong ratio %f\n", ratio);
63
+
error_message(NETLIST, unknown_location, "Miltipliers mixing optimization is started with wrong ratio %f\n", ratio);
"Performing instantiate_soft_logic was called for optimization without method provided, for kind %i\n", this->_kind);
143
+
error_message(NETLIST, unknown_location, "Performing instantiate_soft_logic was called for optimization without method provided, for kind %i\n", this->_kind);
"Performing partial_map_node was called for optimization without method provided, for kind %i\n", this->_kind);
148
+
error_message(NETLIST, unknown_location, "Performing partial_map_node was called for optimization without method provided, for kind %i\n", this->_kind);
0 commit comments