(1)fx2lp_slaveFIFO2b_streamOUT_fpga_top.v
module fx2lp_slaveFIFO2b_streamOUT_fpga_top(
fdata, // FIFO data lines.
faddr, // FIFO select line
slrd, // Read control lin
slwr, // Write control li
sloe, // Slave Output Enable control
flagd, // EP6 full flag
flaga, // EP2 empty flag
done,
clk, // Interface Clock
clk_out,
pkt_end
);
inout [15:0]fdata;
input flaga;
input flagd;
input clk;
output [1:0]faddr;
output sloe;
本文档介绍了如何利用Verilog设计FX2LP从机FIFO接口,重点是实现Stream Out功能。包含文件有:fx2lp_slaveFIFO2b_streamOUT_fpga_top.v(主要模块)、clk_wiz_v3_6.v(时钟发生器)和fx2lp_slaveFIFO2b_streamOUT_fpga_top.ucf(约束文件)。
订阅专栏 解锁全文
576

被折叠的 条评论
为什么被折叠?



