Vivado Turtorial 01 —— 使用vivado中debug功能(类似ISE中ChipScope)
1.基于BASYS3板子,有如下代码:moduletop(inputclk,inputrst,outputtest_clk);parameterDIV_CNT=2;regclk25M;reg[31:0]cnt=0;always@(posedgeclk)beginif(cnt==DIV_CNT-1)beginclk25MAutoConnectPicture15.在xc7a35t上面,右键->Prog