OpenCores
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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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