Update repack_option.h

code clean up
This commit is contained in:
Yitian4Debug 2023-12-05 10:17:52 -08:00 committed by GitHub
parent 94f7b2f4e2
commit 8a24b1ba8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 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& pin) const;
bool verbose_output() const;