一.复位时序图
二.信号线间隔时间
间隔时间依次为 10ms
三.复位源码
`timescale 1ns / 1ps//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer: fengzihao
//
// Create Date: 2018/01/13 14:21:35
// Design Name:
// Module Name: DSP_6678_0
// Project Name:
// Target Devices:
// Tool Versions:
// Description:
//
// Dependencies:
//
// Revision:
// Revision 0.01 - File Created
// Additional Comments:
//
//////////////////////////////////////////////////////////////////////////////////
module DSP_6678_0(
input reset,
input clk_50m,
input DSPA_RESETSTAT,
output DSP_PORZ,
output DSP_RESETFULLZ,
output DSP_RESETZ
);
reg [18:0] counter1 = 0;
reg [21:0]&nb