initial
begin
$dumpfile("root_tb.vcd");
`ifdef POST_SIM
$dumpvars( 1, uut );
`else
/*
$dumpvars (
2,
uut.I_image_process_A,
uut.I_cis2_a_ctrl.I_image_edge_fifo
);
*/
$dumpvars;
`endif
end
`ifdef POST_SIM
initial
begin
//
// sdf_annotate example:
//
// $sdf_annotate ("<design_name>.sdf", <instance_name>, ,<sdf_log>, "MAXIMUM");
//
$sdf_annotate ("../Implementation/Canon/ecp3_trial/ecp3_trial_vo.sdf", uut );
end
`endif