From be67cae29f190b6f512b7490727069b4ce12a565 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Wed, 16 Jul 2008 16:42:44 +0100 Subject: [PATCH] Add translation for IVL_ST_CASEX --- tgt-vhdl/stmt.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tgt-vhdl/stmt.cc b/tgt-vhdl/stmt.cc index 2a1390f5e..ffc37159a 100644 --- a/tgt-vhdl/stmt.cc +++ b/tgt-vhdl/stmt.cc @@ -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);