A real task/function port is also signed.

This commit is contained in:
Cary R 2013-06-27 12:59:33 -07:00
parent f631cb6314
commit 11e5641089
1 changed files with 1 additions and 1 deletions

View File

@ -1736,7 +1736,7 @@ tf_port_declaration /* IEEE1800-2005: A.2.7 */
/* Ports can be real or realtime. */
| port_direction real_or_realtime list_of_identifiers ';'
{ vector<PWire*>*tmp = pform_make_task_ports(@1, $1, IVL_VT_REAL, false,
{ vector<PWire*>*tmp = pform_make_task_ports(@1, $1, IVL_VT_REAL, true,
0, $3);
$$ = tmp;
}