From 2b030ce27a8b0db2666b9a1b55f0bfa7dbdf70ff Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 2 Sep 2018 18:41:36 -0700 Subject: [PATCH] Update the bit vector table name --- vpi/v2009_bitvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpi/v2009_bitvec.c b/vpi/v2009_bitvec.c index 074f2f221..6f67cf43b 100644 --- a/vpi/v2009_bitvec.c +++ b/vpi/v2009_bitvec.c @@ -283,7 +283,7 @@ static PLI_INT32 sys_bit_vec_sizetf(ICARUS_VPI_CONST PLI_BYTE8 *name) /* * Register the functions with Verilog. */ -void sys_bit_vec_register(void) +void sys_bitvec_register(void) { s_vpi_systf_data tf_data; vpiHandle res;