Update repack_option.h
This commit is contained in:
parent
231cb0f89b
commit
d2379cfff6
|
@ -25,9 +25,9 @@ class RepackOption {
|
|||
/* Identify if a pin should ignore all the global nets */
|
||||
bool is_pin_ignore_global_nets(const std::string& pb_type_name,
|
||||
const BasicPort& pin) const;
|
||||
bool net_is_specified_to_be_ignored(std::string cluster_net_name,
|
||||
std::string pb_type_name,
|
||||
const BasicPort& port) const;
|
||||
bool net_is_specified_to_be_ignored(
|
||||
std::string cluster_net_name, std::string pb_type_name,
|
||||
const BasicPort& pin) const;
|
||||
bool verbose_output() const;
|
||||
|
||||
public: /* Public mutators */
|
||||
|
|
Loading…
Reference in New Issue