minor bug fix in fabric bitstream XML writer

This commit is contained in:
tangxifan 2020-07-26 21:31:08 -06:00
parent 5fb7d9fbdb
commit 861e346830
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ int write_fabric_config_bit_to_xml_file(std::fstream& fp,
fp << "/>\n";
hierarchy_counter++;
}
write_tab_to_file(fp, 1);
fp << "</hierarchy>\n";
switch (config_type) {