Handle DARRAYs of real variables

This involves working out the code to get the base type of a select
expression of a darray. Also added the runtime support for darrays
with real value elements.
This commit is contained in:
Stephen Williams
2012-10-14 17:16:47 -07:00
parent 1326f9aef1
commit d6efece5dd
18 changed files with 226 additions and 20 deletions
+3
View File
@@ -53,6 +53,9 @@ static bool get_real_arg_(const NetExpr*expr, verireal&val)
break;
}
case IVL_VT_DARRAY:
return false;
default:
assert(0);
}