From a02ebc3114de279e9ce2723286429b94c210d652 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Mon, 19 Jan 2015 10:24:49 +0100 Subject: [PATCH] $ivl_darray_method$[from/to]_vec works with constants. --- vpi/sys_darray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vpi/sys_darray.c b/vpi/sys_darray.c index e6d76d3bd..507bb974a 100644 --- a/vpi/sys_darray.c +++ b/vpi/sys_darray.c @@ -143,6 +143,7 @@ static PLI_INT32 to_from_vec_compiletf(ICARUS_VPI_CONST PLI_BYTE8*name) case vpiReg: case vpiBitVar: case vpiIntegerVar: + case vpiConstant: break; default: vpi_printf("ERROR: %s:%d: ", vpi_get_str(vpiFile, callh),