xpm_cdc_async_rst

 xpm_cdc_async_rst #(
     //Common module parameters
     .DEST_SYNC_FF           (4), // integer; range: 2-10
     .INIT_SYNC_FF           (0), // integer; 0=disable simulation init values, 1=enable simulation init values
     .RST_ACTIVE_HIGH        (1)  // integer; 0=active low reset, 1=active high reset
 )xpm_cdc_async_rst_cam_inst (
     .src_arst               (I_axis_reset               ),
     .dest_clk               (w_cam_clk                  ),
     .dest_arst              (w_cam_reset                )
 );

猜你喜欢

转载自blog.csdn.net/yundanfengqing_nuc/article/details/110521521