ZYNQ學習之FIFO使用

1.FIFO原理介紹測試 2.FIFO IP 在vivado中使用。code 3.創建頂層文件blog module fifo_test( input clk_sys, input rst_n ); reg [15:0] w_data; wire wr_en; wire rd_en; wire [15:0] r_data; wire
相關文章
相關標籤/搜索