FPGA筆試5

1,同步復位與異步復位 異步復位和時鐘不要緊 同步復位和時鐘有關係 時鐘穩定時可用同步復位,不穩定用異步復位 代碼角度的區別 異步復位:web always @(posedge clk or negedge rst_n) if(!rst_n)begin end 同步復位算法 always @(posedge clk) if(!rst_n)begin end 2,相關性檢測算法 問題:
相關文章
相關標籤/搜索