⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clock.rpt

📁 Mars-XC2S50-S-Core-V2.0开发板核心板的说明和设计文档
💻 RPT
📖 第 1 页 / 共 5 页
字号:
FDCPE FDCPE_cnt_scan1 (cnt_scan[1],cnt_scan_D[1],clk,1'b0,1'b0);
assign cnt_scan_D[1] = ((rst && cnt_scan[0] && !cnt_scan[1])
	|| (rst && !cnt_scan[0] && cnt_scan[1]));

FTCPE FTCPE_cnt_scan2 (cnt_scan[2],cnt_scan_T[2],clk,1'b0,1'b0);
assign cnt_scan_T[2] = ((!rst && cnt_scan[2])
	|| (rst && cnt_scan[0] && cnt_scan[1]));

FTCPE FTCPE_cnt_scan3 (cnt_scan[3],cnt_scan_T[3],clk,1'b0,1'b0);
assign cnt_scan_T[3] = ((!rst && cnt_scan[3])
	|| (rst && cnt_scan[0] && cnt_scan[1] && cnt_scan[2]));

FTCPE FTCPE_cnt_scan4 (cnt_scan[4],cnt_scan_T[4],clk,1'b0,1'b0);
assign cnt_scan_T[4] = ((!rst && cnt_scan[4])
	|| (rst && cnt_scan[0] && cnt_scan[1] && cnt_scan[2] && 
	cnt_scan[3]));

FTCPE FTCPE_cnt_scan5 (cnt_scan[5],cnt_scan_T[5],clk,1'b0,1'b0);
assign cnt_scan_T[5] = ((!rst && cnt_scan[5])
	|| (rst && cnt_scan[0] && cnt_scan[1] && cnt_scan[2] && 
	cnt_scan[3] && cnt_scan[4]));

FTCPE FTCPE_cnt_scan6 (cnt_scan[6],cnt_scan_T[6],clk,1'b0,1'b0);
assign cnt_scan_T[6] = ((!rst && cnt_scan[6])
	|| (rst && cnt_scan[0] && cnt_scan[1] && cnt_scan[2] && 
	cnt_scan[3] && cnt_scan[4] && cnt_scan[5]));

FTCPE FTCPE_cnt_scan7 (cnt_scan[7],cnt_scan_T[7],clk,1'b0,1'b0);
assign cnt_scan_T[7] = ((!rst && cnt_scan[7])
	|| (rst && cnt_scan[0] && cnt_scan[1] && cnt_scan[2] && 
	cnt_scan[3] && cnt_scan[4] && cnt_scan[5] && cnt_scan[6]));

FTCPE FTCPE_cnt_scan8 (cnt_scan[8],cnt_scan_T[8],clk,1'b0,1'b0);
assign cnt_scan_T[8] = ((!rst && cnt_scan[8])
	|| (rst && cnt_scan[0] && cnt_scan[1] && cnt_scan[2] && 
	cnt_scan[3] && cnt_scan[4] && cnt_scan[5] && cnt_scan[6] && 
	cnt_scan[7]));

FTCPE FTCPE_cnt_scan9 (cnt_scan[9],cnt_scan_T[9],clk,1'b0,1'b0);
assign cnt_scan_T[9] = ((!rst && cnt_scan[9])
	|| (rst && cnt_scan[0] && cnt_scan[1] && cnt_scan[2] && 
	cnt_scan[3] && cnt_scan[4] && cnt_scan[5] && cnt_scan[6] && 
	cnt_scan[7] && cnt_scan[8]));

FTCPE FTCPE_cnt_scan10 (cnt_scan[10],cnt_scan_T[10],clk,1'b0,1'b0);
assign cnt_scan_T[10] = ((!rst && cnt_scan[10])
	|| (rst && cnt_scan[0] && cnt_scan[1] && cnt_scan[2] && 
	cnt_scan[3] && cnt_scan[4] && cnt_scan[5] && cnt_scan[6] && 
	cnt_scan[7] && cnt_scan[8] && cnt_scan[9]));

FTCPE FTCPE_cnt_scan11 (cnt_scan[11],cnt_scan_T[11],clk,1'b0,1'b0);
assign cnt_scan_T[11] = ((!rst && cnt_scan[11])
	|| (rst && cnt_scan[0] && cnt_scan[10] && cnt_scan[1] && 
	cnt_scan[2] && cnt_scan[3] && cnt_scan[4] && cnt_scan[5] && 
	cnt_scan[6] && cnt_scan[7] && cnt_scan[8] && cnt_scan[9]));

FTCPE FTCPE_cnt_scan12 (cnt_scan[12],cnt_scan_T[12],clk,1'b0,1'b0);
assign cnt_scan_T[12] = ((!rst && cnt_scan[12])
	|| (rst && cnt_scan[0] && cnt_scan[10] && cnt_scan[11] && 
	cnt_scan[1] && cnt_scan[2] && cnt_scan[3] && cnt_scan[4] && 
	cnt_scan[5] && cnt_scan[6] && cnt_scan[7] && cnt_scan[8] && 
	cnt_scan[9]));

FTCPE FTCPE_cnt_scan13 (cnt_scan[13],cnt_scan_T[13],clk,1'b0,1'b0);
assign cnt_scan_T[13] = ((!rst && cnt_scan[13])
	|| (rst && cnt_scan[0] && cnt_scan[10] && cnt_scan[11] && 
	cnt_scan[12] && cnt_scan[1] && cnt_scan[2] && cnt_scan[3] && 
	cnt_scan[4] && cnt_scan[5] && cnt_scan[6] && cnt_scan[7] && 
	cnt_scan[8] && cnt_scan[9]));

FTCPE FTCPE_cnt_scan14 (cnt_scan[14],cnt_scan_T[14],clk,1'b0,1'b0);
assign cnt_scan_T[14] = ((!rst && cnt_scan[14])
	|| (rst && cnt_scan[0] && cnt_scan[10] && cnt_scan[11] && 
	cnt_scan[12] && cnt_scan[13] && cnt_scan[1] && cnt_scan[2] && 
	cnt_scan[3] && cnt_scan[4] && cnt_scan[5] && cnt_scan[6] && 
	cnt_scan[7] && cnt_scan[8] && cnt_scan[9]));

FTCPE FTCPE_cnt_scan15 (cnt_scan[15],cnt_scan_T[15],clk,1'b0,1'b0);
assign cnt_scan_T[15] = ((!rst && cnt_scan[15])
	|| (rst && cnt_scan[0] && cnt_scan[10] && cnt_scan[11] && 
	cnt_scan[12] && cnt_scan[13] && cnt_scan[14] && cnt_scan[1] && 
	cnt_scan[2] && cnt_scan[3] && cnt_scan[4] && cnt_scan[5] && 
	cnt_scan[6] && cnt_scan[7] && cnt_scan[8] && cnt_scan[9]));


assign dataout[0]_BUFR = !(((EXP15_.EXP)
	|| (EXP16_.EXP)
	|| (!en[2] && dataout_buf_0_0 && dataout_buf_0_1 && 
	dataout_buf_0_2 && dataout_buf_0_3)
	|| (!en[5] && dataout_buf_0_0 && dataout_buf_0_1 && 
	dataout_buf_0_2 && dataout_buf_0_3)
	|| (!en[0] && dataout_buf_0_0 && dataout_buf_0_1 && 
	dataout_buf_0_2 && dataout_buf_0_3)
	|| (!en[7] && !en[6] && dataout_buf_0_0 && 
	dataout_buf_0_1 && dataout_buf_0_2 && dataout_buf_0_3)
	|| (!en[7] && !en[4] && dataout_buf_0_0 && 
	dataout_buf_0_1 && dataout_buf_0_2 && dataout_buf_0_3)));


assign dataout[0] = dataout[0]_BUFR;


assign dataout[1] = ((dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[2]/dataout_code[2]_D2 && dataout_code[0]/dataout_code[0]_D2)
	|| (!dataout_code[1]/dataout_code[1]_D2 && 
	!dataout_code[2]/dataout_code[2]_D2 && !dataout_code[3]/dataout_code[3]_D2)
	|| (!dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[2]/dataout_code[2]_D2 && !dataout_code[0]/dataout_code[0]_D2 && 
	dataout_code[3]/dataout_code[3]_D2));


assign dataout[2] = (($OpTx$DEC_dataout_2_OBUF$3)
	|| (dataout_code[2]/dataout_code[2]_D2 && 
	dataout_code[0]/dataout_code[0]_D2 && dataout_code[3]/dataout_code[3]_D2));


assign dataout[3] = (($OpTx$DEC_dataout_3_OBUF$4)
	|| (dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[2]/dataout_code[2]_D2 && dataout_code[0]/dataout_code[0]_D2));


assign dataout[4] = ((dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[2]/dataout_code[2]_D2 && dataout_code[0]/dataout_code[0]_D2)
	|| (!dataout_code[1]/dataout_code[1]_D2 && 
	!dataout_code[2]/dataout_code[2]_D2 && dataout_code[0]/dataout_code[0]_D2)
	|| (dataout_code[1]/dataout_code[1]_D2 && 
	!dataout_code[2]/dataout_code[2]_D2 && !dataout_code[0]/dataout_code[0]_D2 && 
	dataout_code[3]/dataout_code[3]_D2)
	|| (!dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[2]/dataout_code[2]_D2 && !dataout_code[0]/dataout_code[0]_D2 && 
	!dataout_code[3]/dataout_code[3]_D2));


assign dataout[5] = ((dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[2]/dataout_code[2]_D2 && dataout_code[3]/dataout_code[3]_D2)
	|| (dataout_code[2]/dataout_code[2]_D2 && 
	!dataout_code[0]/dataout_code[0]_D2 && dataout_code[3]/dataout_code[3]_D2)
	|| (dataout_code[1]/dataout_code[1]_D2 && 
	!dataout_code[2]/dataout_code[2]_D2 && !dataout_code[0]/dataout_code[0]_D2 && 
	!dataout_code[3]/dataout_code[3]_D2));


assign dataout[6] = ((dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[2]/dataout_code[2]_D2 && !dataout_code[0]/dataout_code[0]_D2)
	|| (dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[0]/dataout_code[0]_D2 && dataout_code[3]/dataout_code[3]_D2)
	|| (dataout_code[2]/dataout_code[2]_D2 && 
	!dataout_code[0]/dataout_code[0]_D2 && dataout_code[3]/dataout_code[3]_D2)
	|| (!dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[2]/dataout_code[2]_D2 && dataout_code[0]/dataout_code[0]_D2 && 
	!dataout_code[3]/dataout_code[3]_D2));


assign dataout[7] = ((dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[0]/dataout_code[0]_D2 && dataout_code[3]/dataout_code[3]_D2)
	|| (dataout_code[2]/dataout_code[2]_D2 && 
	dataout_code[0]/dataout_code[0]_D2 && dataout_code[3]/dataout_code[3]_D2)
	|| (!dataout_code[1]/dataout_code[1]_D2 && 
	dataout_code[2]/dataout_code[2]_D2 && !dataout_code[0]/dataout_code[0]_D2 && 
	!dataout_code[3]/dataout_code[3]_D2)
	|| (!dataout_code[1]/dataout_code[1]_D2 && 
	!dataout_code[2]/dataout_code[2]_D2 && dataout_code[0]/dataout_code[0]_D2 && 
	!dataout_code[3]/dataout_code[3]_D2));

FTCPE FTCPE_dataout_buf_0_0 (dataout_buf_0_0,dataout_buf_0_0_T,clk,1'b0,1'b0);
assign dataout_buf_0_0_T = ((!rst && dataout_buf_0_0)
	|| (rst && !cnt[0] && !cnt[10] && cnt[11] && cnt[12] && 
	!cnt[13] && cnt[14] && !cnt[15] && !cnt[16] && cnt[17] && 
	!cnt[18] && !cnt[19] && !cnt[1] && !cnt[20] && cnt[21] && cnt[22] && 
	!cnt[23] && !cnt[24] && !cnt[2] && !cnt[3] && !cnt[4] && !cnt[5] && 
	!cnt[6] && !cnt[7] && !cnt[8] && cnt[9] && cnt[25]));

FTCPE FTCPE_dataout_buf_0_1 (dataout_buf_0_1,dataout_buf_0_1_T,clk,1'b0,1'b0);
assign dataout_buf_0_1_T = ((!rst && dataout_buf_0_1)
	|| (dataout_buf_0_0 && dataout_buf_0_1 && !cnt[0] && 
	!cnt[10] && cnt[11] && cnt[12] && !cnt[13] && cnt[14] && 
	!cnt[15] && !cnt[16] && cnt[17] && !cnt[18] && !cnt[19] && !cnt[1] && 
	!cnt[20] && cnt[21] && cnt[22] && !cnt[23] && !cnt[24] && !cnt[2] && 
	!cnt[3] && !cnt[4] && !cnt[5] && !cnt[6] && !cnt[7] && !cnt[8] && 
	cnt[9] && cnt[25])
	|| (rst && dataout_buf_0_0 && dataout_buf_0_2 && 
	!cnt[0] && !cnt[10] && cnt[11] && cnt[12] && !cnt[13] && 
	cnt[14] && !cnt[15] && !cnt[16] && cnt[17] && !cnt[18] && 
	!cnt[19] && !cnt[1] && !cnt[20] && cnt[21] && cnt[22] && !cnt[23] && 
	!cnt[24] && !cnt[2] && !cnt[3] && !cnt[4] && !cnt[5] && !cnt[6] && 
	!cnt[7] && !cnt[8] && cnt[9] && cnt[25])
	|| (rst && dataout_buf_0_0 && !dataout_buf_0_3 && 
	!cnt[0] && !cnt[10] && cnt[11] && cnt[12] && !cnt[13] && 
	cnt[14] && !cnt[15] && !cnt[16] && cnt[17] && !cnt[18] && 
	!cnt[19] && !cnt[1] && !cnt[20] && cnt[21] && cnt[22] && !cnt[23] && 
	!cnt[24] && !cnt[2] && !cnt[3] && !cnt[4] && !cnt[5] && !cnt[6] && 
	!cnt[7] && !cnt[8] && cnt[9] && cnt[25]));

FTCPE FTCPE_dataout_buf_0_2 (dataout_buf_0_2,dataout_buf_0_2_T,clk,1'b0,1'b0);
assign dataout_buf_0_2_T = ((!rst && dataout_buf_0_2)
	|| (rst && dataout_buf_0_0 && dataout_buf_0_1 && 
	!cnt[0] && !cnt[10] && cnt[11] && cnt[12] && !cnt[13] && 
	cnt[14] && !cnt[15] && !cnt[16] && cnt[17] && !cnt[18] && 
	!cnt[19] && !cnt[1] && !cnt[20] && cnt[21] && cnt[22] && !cnt[23] && 
	!cnt[24] && !cnt[2] && !cnt[3] && !cnt[4] && !cnt[5] && !cnt[6] && 
	!cnt[7] && !cnt[8] && cnt[9] && cnt[25]));

FTCPE FTCPE_dataout_buf_0_3 (dataout_buf_0_3,dataout_buf_0_3_T,clk,1'b0,1'b0);
assign dataout_buf_0_3_T = ((!rst && dataout_buf_0_3)
	|| (rst && dataout_buf_0_0 && dataout_buf_0_1 && 
	dataout_buf_0_2 && !cnt[0] && !cnt[10] && cnt[11] && cnt[12] && !cnt[13] && 
	cnt[14] && !cnt[15] && !cnt[16] && cnt[17] && !cnt[18] && 
	!cnt[19] && !cnt[1] && !cnt[20] && cnt[21] && cnt[22] && !cnt[23] && 
	!cnt[24] && !cnt[2] && !cnt[3] && !cnt[4] && !cnt[5] && !cnt[6] && 
	!cnt[7] && !cnt[8] && cnt[9] && cnt[25])
	|| (dataout_buf_0_0 && !dataout_buf_0_1 && 
	!dataout_buf_0_2 && dataout_buf_0_3 && !cnt[0] && !cnt[10] && cnt[11] && 
	cnt[12] && !cnt[13] && cnt[14] && !cnt[15] && !cnt[16] && 
	cnt[17] && !cnt[18] && !cnt[19] && !cnt[1] && !cnt[20] && cnt[21] && 
	cnt[22] && !cnt[23] && !cnt[24] && !cnt[2] && !cnt[3] && !cnt[4] && 
	!cnt[5] && !cnt[6] && !cnt[7] && !cnt[8] && cnt[9] && cnt[25]));

FTCPE FTCPE_dataout_buf_1_0 (dataout_buf_1_0,dataout_buf_1_0_T,clk,1'b0,1'b0);
assign dataout_buf_1_0_T = ((!rst && dataout_buf_1_0)
	|| (rst && dataout_buf_0_0 && !dataout_buf_0_1 && 
	!dataout_buf_0_2 && dataout_buf_0_3 && !cnt[0] && !cnt[10] && cnt[11] && 
	cnt[12] && !cnt[13] && cnt[14] && !cnt[15] && !cnt[16] && 
	cnt[17] && !cnt[18] && !cnt[19] && !cnt[1] && !cnt[20] && cnt[21] && 
	cnt[22] && !cnt[23] && !cnt[24] && !cnt[2] && !cnt[3] && !cnt[4] && 
	!cnt[5] && !cnt[6] && !cnt[7] && !cnt[8] && cnt[9] && cnt[25]));

FTCPE FTCPE_dataout_buf_1_1 (dataout_buf_1_1,dataout_buf_1_1_T,clk,1'b0,1'b0);
assign dataout_buf_1_1_T = ((!rst && dataout_buf_1_1)
	|| (dataout_buf_1_0 && dataout_buf_1_1 && 
	dataout_buf_0_0 && !dataout_buf_0_1 && !dataout_buf_0_2 && 
	dataout_buf_0_3 && 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -