Update the bit vector table name

This commit is contained in:
Cary R 2018-09-02 18:41:36 -07:00
parent b35f9e13c7
commit 2b030ce27a
1 changed files with 1 additions and 1 deletions

View File

@ -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;