Add support for non-blocking assignment to real arrays.

This patch adds support for the various types of non-blocking
assignments to real arrays.
This commit is contained in:
Cary R
2009-09-03 17:07:17 -07:00
committed by Stephen Williams
parent 9d765820bf
commit 9a4cd1af32
11 changed files with 253 additions and 20 deletions
+2
View File
@@ -422,6 +422,8 @@ int main(int argc, char*argv[])
count_assign_real_pool());
vpi_mcd_printf(1, " ...assign(word) pool=%lu\n",
count_assign_aword_pool());
vpi_mcd_printf(1, " ...assign(word/r) pool=%lu\n",
count_assign_arword_pool());
vpi_mcd_printf(1, " %8lu other events (pool=%lu)\n",
count_gen_events, count_gen_pool());
}