登录
首页 » Verilog » 移位寄存器(右移和左移)

移位寄存器(右移和左移)

于 2023-08-01 发布 文件大小:1.31 kB
0 132
下载积分: 2 下载次数: 1

代码说明:

module shiftrne(R,L,E,w,Clock,Q);   parameter n=4;   input [n-1:0]R;   input L,E,w,Clock;   output reg [n-1:0]Q;   integer k;      always@(posedge Clock)   begin     if(L)         Q

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

发表评论

0 个回复

  • CORDIC旋转
    虽然Loeffler DCT实现了良好的质量转换
    2022-03-25 12:45:23下载
    积分:1
  • uart_tx
    FPGA UART 发送端程序 verilog语言编写 9600波特率 实用(UART transmit side program verilog language 9600 baud)
    2013-08-14 16:33:34下载
    积分:1
  • 8 位加法器 verilog
    嘿,这里是 ise 格式代码为 xilinx 软件 verilog 的 8 位固定点编码使用此编码与测试工作台为例
    2022-07-01 13:04:00下载
    积分:1
  • function_automatic
    Verilog使用automatic function的範例(Verilog example of the use of the automatic function)
    2009-06-18 12:01:30下载
    积分:1
  • 单周期完成版
    写一个单周期处理器运行一段mips指令,并包含mips指令转汇编码的程序(Write a single cycle processor to run a section of MIPS instruction)
    2020-07-03 04:20:02下载
    积分:1
  • Mano-CPU_VHDL-Implementation
    Mano s cpu for Man s instructions
    2012-04-28 01:04:57下载
    积分:1
  • 16C550-driver
    C源碼16C550 串口驅動,使用中斷收送RS232資料(16C550 UART Driver)
    2020-11-24 19:49:32下载
    积分:1
  • digital_tsmc018
    180nm数字教学库,内含各种标准数字单元(180nm digital lib for education, including standard cells)
    2020-12-14 14:49:14下载
    积分:1
  • APF_Series_dq0_ad
    串联型有源电力滤波器的 PSCAD仿真,能检测到谐波电压,本仿真的优势是能针对电压跌落或者升高进行自动补偿。(PSCAD simulation of Series type APF (Active Power Filter),this project can dectect the drop of voltage and compensates auomaticly.)
    2013-03-13 22:51:50下载
    积分:1
  • 浮动点加法器 32 位
    浮点加法器 32 位使用 verilogused 添加 2 浮点数......
    2022-05-18 00:14:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载