-
uart766
---实现的部分VHDL 程序如下。
--- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no) >= “0001” and std_logic_vector(length_no) <= “1001” then -----数据帧数据由接收串行数据端移位入接收移位寄存器---rsr(0) <= rxda --- rsr(7 downto 1) <= rsr(6 downto 0) --- parity <= parity xor rsr(7) --- elsif std_logic_vector(length_no) = “1010” then --- rbr <= rsr --接收移位寄存器数据进入接收缓冲器--- ...... --- end if(--- achieve some VHDL procedure is as follows.--- Elsif clk1x event and then a clk1x = s--- if td_logic_vector (length_no))
- 2007-06-02 12:44:31下载
- 积分:1
-
gundong
说明: 通过按键输入学号,并循环显示:
电路功能描述:通过Ego1上的按键输入自己的学号(8位10进制数),并存储在32位的寄存器中;8位10进制数输入完成后,实现滚动显示效果。(Enter the student number by pressing the key, and display it in a cycle:
Circuit function description: input one's own student number (8-digit decimal number) through the key on ego1, and store it in 32-bit register; after the completion of 8-digit decimal number input, the scrolling display effect is realized.)
- 2020-12-19 16:09:10下载
- 积分:1
-
AHB_slave ram
ram 的ahb接口,ram ahb interface 好用的中转接口ram 的ahb(ram ahb interface
ram ahb interface ram ahb interface)
- 2021-04-20 17:38:50下载
- 积分:1
-
VGA
说明: 用VERILOG编写的一个可以实现VGA显示的程序.....(Prepared using a VERILOG VGA display program can .....)
- 2011-03-04 12:25:21下载
- 积分:1
-
FPGA自学笔记——设计与验证jmb
说明: Verilog教程,小梅哥FPGA自学与验证(a basic book of how to learn Veriolg)
- 2019-01-23 17:34:25下载
- 积分:1
-
用FPGA实现GPS数据解析,Verilog测试通过
用FPGA实现GPS数据解析,基于Verilog实现,并通过串口发送时间信息
- 2022-03-02 02:41:56下载
- 积分:1
-
cn60
六十进制计数器用于计数等操作,代码的实现方式很简单(Six decimal counter for counting operation, the code is very simple implementations)
- 2014-12-10 10:10:50下载
- 积分:1
-
基于FPGA驱动高速AD/DA
有三个基于FPGA驱动高速AD/DA的程序、硬件电路图、使用向导手册、连接方法,支持ADDA_AX301,ADDA_AX415,ADDA_DB2C8,可以下载到 FPGA 黑金开发板、FPGA 黑金开发板学生版结合相关模块进行使用,
- 2022-04-11 18:44:37下载
- 积分:1
-
双精度浮点核心Verilog
应用背景IEEE-754标准的双精度浮点单元。4操作(加法,减法,乘法,除法)的支持,以及4的舍入模式(最近,0,Inf,-Inf)。本机还支持非规格化数,这是罕见的因为大多数浮点单位对非规格化数为零。单位可以运行在185 MHz的时钟频率高达一个Virtex5目标设备。关键技术特征•该单元被设计为同步到一个全局时钟。所有寄存器都在时钟的上升沿更新;•所有寄存器可以重置一个全局复位;的乘法运算是破碎的利用25×18多块在Virtex5 dsp48e片。25 x 18乘补码块将进行24×17无符号乘法,所以它需要9 dsp48e切片进行53×53位乘法需要加倍的双精度浮点数的 ;- fpu_double V是顶层模块。输入信号是;1)时钟& nbsp;2)RST ;•3)使能及;(4)rmode舍入模式) ;5)fpu_op(操作码) ;6)OPA(64位浮点数) ;7)OPB总线(64位浮点数) ;•输出信号是;(1)输出(64位浮点输出);(2)准备好了(输出准备好);3)底流 ;•4)溢出;5)精确 ;6)例外及;•7)无效和;•每个操作都需要以下数量的时钟周期来完成;•1、另外:20个时钟周期;•2、减法:21个时钟周期;•3、乘法:24个时钟周期;•4、71个时钟周期;这比一些浮点单元长,但支持非规格化数需要几个逻辑层次和较长的潜伏期。
- 2023-04-22 14:45:02下载
- 积分:1
-
FIR 滤波器加速器
Nios II 处理器上运行的 FIR 滤波器加速器
- 2022-01-25 16:42:57下载
- 积分:1