登录
首页 » VHDL » 《Verilog HDL 程序设计教程》3

《Verilog HDL 程序设计教程》3

于 2023-02-08 发布 文件大小:2.58 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

《Verilog HDL 程序设计教程》3-"Verilog HDL Design Guide" 3

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Interpolator-of-polyphase-filter
    代码用两种方法设计了一个基于多相滤波的内插器,低通滤波器采用128阶凯撒窗,内插倍数32,并且给定信号范围,验证了内插器的正确性,画出了内插前后信号的频谱。(The code design the interpolator based on polyphase filter using two methods.The low pass filter is 128 order Caesar window and interpolation multiple is 32.I give the range of the signal to verify the interpolator and plot the spectrum of the signal before and after the interpolator. )
    2021-01-09 13:18:51下载
    积分:1
  • nv04_context
    The description header can be found in signal_processing_library.h.
    2015-07-17 09:36:41下载
    积分:1
  • udp_send1
    基于FPGA的UDP硬件协议栈, 全部用SystemVerilog写的,不需CPU参与,包括独立的MAC模块。 支持外部phy的配置,支持GMII和RGMII模式。 以下是接口 input clk50, input rst_n, /////////////////////// //interface to user module input [7:0] wr_data, input wr_clk, input wr_en, output wr_full, output [7:0] rd_data, input rd_clk, input rd_en, output rd_empty, input [31:0] local_ipaddr, //FPGA ip address input [31:0] remote_ipaddr, //PC ip address input [15:0] local_port, //FPGA port number //interface to ethernet phy output mdc, inout mdio, output phy_rst_n, output is_link_up, `ifdef RGMII_IF input [3:0] rx_data, output logic [3:0] tx_data, `else input [7:0] rx_data, output logic [7:0] tx_data, `endif input rx_clk, input rx_data_valid, input gtx_clk, output logic tx_en(UDP hardware stack, written in system verilog, do nt need CPU.Projgect includes MAC Layer,support phy configuration.support gmii and rgmii mode. the interface is as the follows: input clk50, input rst_n, /////////////////////// //interface to user module input [7:0] wr_data, input wr_clk, input wr_en, output wr_full, output [7:0] rd_data, input rd_clk, input rd_en, output rd_empty, input [31:0] local_ipaddr, //FPGA ip address input [31:0] remote_ipaddr, //PC ip address input [15:0] local_port, //FPGA port number //interface to ethernet phy output mdc, inout mdio, output phy_rst_n, output is_link_up, `ifdef RGMII_IF input [3:0] rx_data, output logic [3:0] tx_data, `else input [7:0] rx_data, output logic [7:0] tx_data, `endif input rx_clk, input rx_data)
    2016-03-10 15:23:29下载
    积分:1
  • RobustVerilog_free1.2_win
    RobustVerilog生成verilog工具(RobustVerilog version)
    2021-01-22 18:18:41下载
    积分:1
  • EDA设计 交通灯
    设计一个控制十字路口的交通信号灯。 某大学决定在校园学术路文化路交汇处安装交通灯,以控制交通。两套交通信号灯,redA,yellowA,greenA和redC,yellowC,greenC分别安装在学术路上和文化路上。两个传感器TA和TC分别安装在这两条路上。如果有交通,每个传感器都会显示为TRUE,如果街道为空,则表示FALSE。 当控制器复位时,学术路的绿灯亮,文化路上为红灯亮。 每5秒钟,控制器检查流量传感器并决定下一个状态。只要学术大楼出现交通,即TA=1,绿灯亮;当学术大街上无交通, 黄灯亮5秒钟,然后变成红灯,同时文化路上绿灯亮。 在这种状态下,每5秒控制器检查文化路上的交通传感器。只要文化路上有交通就保持绿灯亮。如果没有交通,绿灯会变成黄灯,最后变成红灯。
    2022-10-27 03:15:06下载
    积分:1
  • 基本逻辑门电路的设计方法,或门的VHDL的设计让你更容易步入VHDL的设计氛围中,简单的或门编制...
    基本逻辑门电路的设计方法,或门的VHDL的设计让你更容易步入VHDL的设计氛围中,简单的或门编制-Basic logic gate circuit design methods, or the door of the VHDL design allows you to more easily into the VHDL design environment, the simple OR gate preparation
    2022-01-30 19:12:35下载
    积分:1
  • coverlater
    本程序是在Quartus7.2环境下编译的一个简单的(2,1,3)卷积码,能够成功地编译和仿真。(This procedure is in circumstances Quartus7.2 compile a simple (2,1,3) convolutional code, can successfully compile and simulation.)
    2021-03-13 20:49:24下载
    积分:1
  • RS(255,247)编码解码器Verilog源代码
    说明:  RS(255,247)编码解码器Verilog源代码(Verilog source code of RS (255247) codec)
    2021-02-08 17:09:54下载
    积分:1
  • 基于sopc ep2c5开发板的液晶字符显示例程
    基于sopc ep2c5开发板的液晶字符显示例程-Sopc ep2c5 development board based on liquid crystal character display routine
    2022-05-24 11:31:06下载
    积分:1
  • Traffic Light controller
    此代码帮助您在spartan系列fpga上设计交通灯控制器,并使用FSM模型进行设计,使设计更简单,也更易于理解;
    2023-04-26 14:35:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载