[engine] syntax
This commit is contained in:
parent
76862efa57
commit
60c448c98d
|
@ -80,6 +80,7 @@ IoPinTable read_csv_io_pin_table(
|
||||||
"Invalid direction defintion! Expect [A2F|F2A] in the pin name\n");
|
"Invalid direction defintion! Expect [A2F|F2A] in the pin name\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Parse pin direction from a specific column, this has a higher priority
|
/* Parse pin direction from a specific column, this has a higher priority
|
||||||
* than inferring from pin names */
|
* than inferring from pin names */
|
||||||
|
|
Loading…
Reference in New Issue