[core] code format
This commit is contained in:
parent
c7501cb9b7
commit
3d8107487c
openfpga/src/fabric
|
@ -199,9 +199,7 @@ int write_fabric_hierarchy_to_text_file(
|
||||||
module_name_filter)) {
|
module_name_filter)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
VTR_LOGV(
|
VTR_LOGV(verbose, "Select module '%s' as root\n", curr_module_name.c_str());
|
||||||
verbose, "Select module '%s' as root\n",
|
|
||||||
curr_module_name.c_str());
|
|
||||||
/* Record current depth of module: top module is the root with 0 depth */
|
/* Record current depth of module: top module is the root with 0 depth */
|
||||||
size_t hie_depth = 0;
|
size_t hie_depth = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue