bug fix in fabric bitstream XML syntax

This commit is contained in:
tangxifan 2020-07-27 19:22:36 -06:00
parent 31e7a753a6
commit 9a7364c6e6
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ int write_fabric_config_bit_to_xml_file(std::fstream& fp,
hie_path += std::to_string(find_bitstream_manager_config_bit_index_in_parent_block(bitstream_manager, config_bit));
hie_path += std::string("]");
fp << " path=\"" << hie_path << "\"/>\n";
fp << " path=\"" << hie_path << "\">\n";
switch (config_type) {
case CONFIG_MEM_STANDALONE: