URL
https://opencores.org/ocsvn/yacc/yacc/trunk
Subversion Repositories yacc
[/] [yacc/] [trunk/] [syn/] [xilinx/] [shifter_debug.v] - Rev 4
Compare with Previous | Blame | View Log
//Jul.5.2004 reduce critical path cell `include "define.h" module shifter(a,c,shift_func,shift_amount); input [31:0] a; output [31:0] c; input [1:0] shift_func; input [4:0] shift_amount; reg [31:0] c=0; endmodule