[engine] syntax
This commit is contained in:
parent
60c448c98d
commit
c9631497e2
|
@ -97,8 +97,9 @@ IoPinTable read_csv_io_pin_table(
|
||||||
DIRECTION_INPUT, DIRECTION_OUTPUT);
|
DIRECTION_INPUT, DIRECTION_OUTPUT);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return io_pin_table;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return io_pin_table;
|
||||||
|
}
|
||||||
|
|
||||||
} /* End namespace openfpga*/
|
} /* End namespace openfpga*/
|
||||||
|
|
Loading…
Reference in New Issue