From 9a7364c6e611c18079057bd61815808b21727211 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Mon, 27 Jul 2020 19:22:36 -0600 Subject: [PATCH] bug fix in fabric bitstream XML syntax --- openfpga/src/fpga_bitstream/write_xml_fabric_bitstream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga/src/fpga_bitstream/write_xml_fabric_bitstream.cpp b/openfpga/src/fpga_bitstream/write_xml_fabric_bitstream.cpp index b4d9cbebd..32d5a209c 100644 --- a/openfpga/src/fpga_bitstream/write_xml_fabric_bitstream.cpp +++ b/openfpga/src/fpga_bitstream/write_xml_fabric_bitstream.cpp @@ -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: