fix buggy SDF error message

This commit is contained in:
Larry Doolittle 2008-01-04 19:22:37 -08:00 committed by Stephen Williams
parent f8d410e2d4
commit d85683965d
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ static PLI_INT32 sys_sdf_annotate_compiletf(PLI_BYTE8*name)
return 0;
if (vpi_get(vpiType,scope) != vpiModule) {
vpi_printf("SDF ERROR: The second argument of %s",
vpi_printf("SDF ERROR: The second argument of %s"
" must be a module instance.\n", name);
vpi_control(vpiFinish, 1);
}