文件名称:SRAM_controller_of_FPGA
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:57.76kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
视频处理源码,使用pdf格式输出,用的时候自解压,然后拷贝黏贴就行了。-`timescale 1ns/1ns
module asyn_fifo(clk_wr,wr_en,clk_rd,rd_en,rst,din,full,empty,dout)
input clk_wr,wr_en,clk_rd,rd_en,rst
input[7:0] din
output full,empty
output[7:0] dout
reg full_temp,empty_temp,full_temp1,empty_temp1
wire full,empty
wire[7:0] dout
reg[9:0] cnt_wr,cnt_rd,encode_cnt_wr,encode_cnt_rd
wire[9:0] gray_cnt_wr,gray_cnt_rd
integer i
reg[9:0] encode_a,encode_b,tempa,tempb
module asyn_fifo(clk_wr,wr_en,clk_rd,rd_en,rst,din,full,empty,dout)
input clk_wr,wr_en,clk_rd,rd_en,rst
input[7:0] din
output full,empty
output[7:0] dout
reg full_temp,empty_temp,full_temp1,empty_temp1
wire full,empty
wire[7:0] dout
reg[9:0] cnt_wr,cnt_rd,encode_cnt_wr,encode_cnt_rd
wire[9:0] gray_cnt_wr,gray_cnt_rd
integer i
reg[9:0] encode_a,encode_b,tempa,tempb
相关搜索: SRAM_Controller
(系统自动生成,下载前可以参看下载内容)
下载文件列表
视频图像捕获系统SRAM控制器的FPGA实现.pdf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.