Add translation for IVL_ST_CASEX

This commit is contained in:
Nick Gasson 2008-07-16 16:42:44 +01:00
parent f62a00bedb
commit be67cae29f
1 changed files with 1 additions and 0 deletions

View File

@ -561,6 +561,7 @@ int draw_stmt(vhdl_procedural *proc, stmt_container *container,
case IVL_ST_CONDIT:
return draw_if(proc, container, stmt);
case IVL_ST_CASE:
case IVL_ST_CASEX:
return draw_case(proc, container, stmt);
case IVL_ST_WHILE:
return draw_while(proc, container, stmt);