コード例 #1
0
ファイル: sys_lxt2.c プロジェクト: funningboy/iverilog
static void vcd_checkpoint_x()
{
      functor_all_vcd_info( show_this_item_x );
}
コード例 #2
0
ファイル: sys_lxt2.c プロジェクト: 13572293130/iverilog
/*
 * This function writes out all the traced variables, whether they
 * changed or not.
 */
static void vcd_checkpoint(void)
{
      functor_all_vcd_info( show_this_item );
}