vvp: Support for dynamic arrays of logic type.

This commit is contained in:
Maciej Suminski 2014-12-15 11:21:26 +01:00
parent e8096eda80
commit eeaf23041b
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ static int eval_darray_new(ivl_expr_t ex)
fprintf(vvp_out, " %%new/darray %u, \"S\";\n", size_reg);
break;
case IVL_VT_BOOL:
case IVL_VT_LOGIC:
// bool objects are vectorable, but for now only support
// a single dimensions.
assert(ivl_type_packed_dimensions(element_type) == 1);