From 5506969882eb82fa864cdf06a42b516d0d3d0790 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Fri, 5 Nov 2010 18:49:02 -0700 Subject: [PATCH] Little note that IVL_VT_STRING is not support yet. --- tgt-vvp/draw_vpi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tgt-vvp/draw_vpi.c b/tgt-vvp/draw_vpi.c index 575b570ad..7351e9779 100644 --- a/tgt-vvp/draw_vpi.c +++ b/tgt-vvp/draw_vpi.c @@ -352,6 +352,8 @@ static void draw_vpi_taskfunc_args(const char*call_string, snprintf(buffer, sizeof buffer, "W<%u,r>", args[idx].vec.base); break; + case IVL_VT_STRING: + /* STRING expressions not supported yet. */ default: assert(0); }