[Lib] Bug fix in testing program

This commit is contained in:
tangxifan 2021-01-16 18:15:56 -07:00
parent 67c54c4d3b
commit 706e84bb62
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ int main(int argc, const char** argv) {
* This is optional only used when there is a second argument
*/
if (3 <= argc) {
write_xml_repack_design_constraints(argv[2], test_key);
write_xml_repack_design_constraints(argv[2], design_constraints);
VTR_LOG("Echo the repack design constraints to an XML file: %s.\n",
argv[2]);
}