reformate the code

This commit is contained in:
ubuntu 2023-11-22 01:15:55 -08:00
parent 93d5b850f0
commit e3682ac955
2 changed files with 5 additions and 5 deletions

View File

@ -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;