fixes target xml generation
This commit is contained in:
parent
64329cf0f6
commit
ec1b820c18
|
@ -428,6 +428,7 @@ template <typename ARCH> status riscv_target_adapter<ARCH>::target_xml_query(std
|
|||
}
|
||||
oss << " </feature>\n";
|
||||
oss << "</target>\n";
|
||||
csr_xml = oss.str();
|
||||
}
|
||||
out_buf = csr_xml;
|
||||
return Ok;
|
||||
|
|
Loading…
Reference in New Issue