The external function declarations below should be made immediately following 
the '#include' statement in the 'veriuser.c' file shipped with your Verilog-XL
release tape.  

The usertask definitions below should be added to the 'veriusertfs' table
in the 'veriuser.c' file shipped with your Verilog-XL release tape.



extern tg_check(), tg_call(), tg_summary_call();

{usertask, 0, tg_check, 0, tg_call, 0, "$toggle_count", 1},
{usertask, 0, 0, 0, tg_summary_call, 0, "$toggle_count_report", 0},
