OpenCores
URL https://opencores.org/ocsvn/yacc/yacc/trunk

Subversion Repositories yacc

[/] [yacc/] [trunk/] [syn/] [xilinx/] [shifter_debug.v] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tak.sugawa
//Jul.5.2004 reduce critical path cell
2
 
3
`include "define.h"
4
module
5
shifter(a,c,shift_func,shift_amount);
6
        input [31:0] a;
7
        output [31:0] c;
8
        input [1:0] shift_func;
9
        input [4:0] shift_amount;
10
 
11
         reg [31:0] c=0;
12
 
13
 
14
 
15
 
16
endmodule

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.