parent
94f7b2f4e2
commit
8a24b1ba8c
|
@ -25,8 +25,8 @@ 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,
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue