Value change on part select needs to track the filter, not the functor.

This commit is contained in:
Stephen Williams 2009-09-11 19:49:23 -07:00
parent f0f35376cd
commit 1a21b5843f
1 changed files with 1 additions and 1 deletions

View File

@ -1297,7 +1297,7 @@ void vpip_part_select_value_change(struct __vpiCallback*cbh, vpiHandle ref)
assert(obj);
vvp_vpi_callback*sig_fil;
sig_fil = dynamic_cast<vvp_vpi_callback*>(obj->net->fun);
sig_fil = dynamic_cast<vvp_vpi_callback*>(obj->net->fil);
assert(sig_fil);
/* Attach the __vpiCallback object to the signal. */