reformate the code
This commit is contained in:
parent
93d5b850f0
commit
e3682ac955
|
@ -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& port) const;
|
||||
bool verbose_output() const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue