[engine] syntax

This commit is contained in:
tangxifan 2022-10-17 15:49:34 -07:00
parent 76862efa57
commit 60c448c98d
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ IoPinTable read_csv_io_pin_table(
"Invalid direction defintion! Expect [A2F|F2A] in the pin name\n");
exit(1);
}
}
/* Parse pin direction from a specific column, this has a higher priority
* than inferring from pin names */