- 
                        BGM benchmark
                        
                          // 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;                         
                            - 2022-04-09 23:29:23下载
- 积分:1
 
- 
                        Some_classic_examples_of_VHDL_language_source_code
                        
                          VHDL语言的一些经典实例源代码,包括状态机,时序电路,组合逻辑电路等(Some classic examples of VHDL language source code, including the state machine, sequential circuits, combinational logic circuits)                         
                            - 2010-07-11 12:50:06下载
- 积分:1
 
- 
                        基于Xilinx FPGA的OFDM通信系统基带设计
                        
                          使用ISE软件实现OFDM通信系统的框架搭建,完成上板前的仿真工作(Realization of OFDM communication system with ISE software)                         
                            - 2019-03-28 10:21:02下载
- 积分:1
 
- 
                        JIAOTONGDENG
                        
                          用VERILOG实现 交通灯控制,且运行正确,希望有帮助(Use VERILOG implementation traffic light control, and operation right, hope to have help)                         
                            - 2014-01-05 20:38:03下载
- 积分:1
 
- 
                        3g-sdi
                        
                          3g-sdi驱动器,用于全高清视频FPGA解决方案(3g-sdi driver)                         
                            - 2013-08-06 21:59:37下载
- 积分:1
 
- 
                        Verilog计数器、编码器、加法器
                        
                          verilog编码器、计数器、加法器的程序(Verilog encoder, counter, adder procedures)                         
                            - 2019-01-26 21:50:01下载
- 积分:1
 
- 
                        CPU-
                        
                          五级流水线CPU实现(带Hazard),还没来得及实现Cache求高人指教(pipeline CPU with Hazard)                         
                            - 2020-12-03 12:59:24下载
- 积分:1
 
- 
                        轮循机制
                        
                          " 时间刻度 1ns/1ns
//Round 罗宾没有抢占
模块 roundrb2 (reset_n,赤  角,必需,授予) ;
输入的 reset_n,赤  角 ;
输入 [4:0] 必需 ;
输出 [4:0] 补助金 ;
 
reg [4:0] 格兰特 = 4"b0000 ;
reg [7:0] 的状态 ;                         
                            - 2022-02-03 06:50:42下载
- 积分:1
 
- 
                        hdl-master
                        
                          ADI ad9361 vivado 下源代码(ADI ad9361 vivado source code)                         
                            - 2015-08-30 21:39:28下载
- 积分:1
 
- 
                        viterbi
                        
                          viterbi decode by verilog                         
                            - 2019-06-18 00:55:40下载
- 积分:1