登录
首页 » Verilog » BGM benchmark

BGM benchmark

于 2022-04-09 发布 文件大小:14.66 kB
0 121
下载积分: 2 下载次数: 1

代码说明:

// DEFINES `define BITS 32         // Bit width of the operands `define NumPath 34        module bgm(clock,  reset, sigma_a,  sigma_b,  sigma_c, Fn, dw_x, dw_y, dw_z, dt, Fn_out  ); // SIGNAL DECLARATIONS input clock; input reset; input [`BITS-1:0] sigma_a; input [`BITS-1:0] sigma_b; input [`BITS-1:0] sigma_c; input [`BITS-1:0] Fn; input [`BITS-1:0] dw_x; input [`BITS-1:0] dw_y; input [`BITS-1:0] dw_z; input [`BITS-1:0] dt;

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

发表评论

0 个回复

  • UART
    通过PC串口调试助手向MINI板发数据(HEX),在数码管显示接收到的数据,并回传给PC(The debugging assistant sends data (HEX) to MINI board through PC serial port, displays the received data in the digital tube and sends it back to PC)
    2018-11-15 22:36:21下载
    积分:1
  • 4-2switch
    四位拨妞开关作为输入,当输入值变化时将其转化成两位输出(The four DIP Niu switch as an input, when the input value changes, be converted into two output)
    2012-10-12 21:12:35下载
    积分:1
  • SDRAM Verilog仿真模型mt48lc4m32b2
    镁光SDRAM Verilog仿真模型 Company:  Micron Technology, Inc. Model:  MT48LC4M32B2 (1Meg x 16 x 4 Banks) Description:  Micron 128Mb SDRAM Verilog model
    2022-11-19 17:45:04下载
    积分:1
  • verilog实现基于i2s协议接口 i2s_interface
    verilog实现基于i2s协议接口,在fpga上验证通过。(Verilog implements the interface based on I2S protocol and verifies it on fpga.)
    2017-11-05 17:26:39下载
    积分:1
  • Tmu_ni_dian_yh
    这个课程设计的题目是模拟电压采集电路路与程序设计,报告书的内容都比较详细. (The topics of this course design is an analog voltage acquisition circuit Road and program design, the contents of the report are more detailed.)
    2012-07-19 09:23:07下载
    积分:1
  • FPGA正弦信号发生器
    基于verilog hdl编写的FPGA正弦信号发生器,已测试。(FPGA sine signal generator)
    2020-11-10 10:59:46下载
    积分:1
  • FXY
    FPGA做波形发生器,产生8种波形,包括三角波,正弦波,锯齿波,方波等。(FPGA is used as waveform generator,Generate 8 waveforms, including triangle, sine, sawtooth, square, etc.)
    2019-07-16 16:01:45下载
    积分:1
  • ddc8chou
    8倍抽取的DDC模块。verilog写的,调试通过(failed to translate)
    2011-12-21 16:25:58下载
    积分:1
  • count4
    这是一个基于Quartus2 开发环境的4输入加法器( 4adder basic on Quartus2)
    2013-08-04 09:45:07下载
    积分:1
  • cordic算法的Verilog实现
    CORDIC 算法可以通过不同的实现形式解决乘、除、平方根和一些三角函数运算问题。以往这些三角函数的计算问题是用硬件是 不易实现的,而CORDIC算法能够很好的解决这种问题。通过算法本身,可以将复杂的算法转换成一些很容易在硬件中实现的算法。 例如加法、移位等。该算法的基本思想是通过一系列的角度的不断偏转迭代,逐渐逼近所需的旋转角度,从而完成矢量旋转。
    2022-03-21 13:52:43下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载