Merge branch 'master' into victor_OpenFPGA_dbg

This commit is contained in:
tangxifan 2024-09-08 21:13:48 -07:00 committed by GitHub
commit 37cac3d679
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ static int vpr(int argc, char** argv) {
*/
/* vpr_free_all(Arch, vpr_setup); */
VTR_LOG("VPR suceeded\n");
VTR_LOG("VPR succeeded\n");
} catch (const tatum::Error& tatum_error) {
VTR_LOG_ERROR("%s\n", format_tatum_error(tatum_error).c_str());