URL
https://opencores.org/ocsvn/amber/amber/trunk
[/] [amber/] [trunk/] [hw/] [vlog/] [amber25/] [a25_shifter.v] - Diff between revs 35 and 82
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 35 |
Rev 82 |
Line 52... |
Line 52... |
output [31:0] o_out,
|
output [31:0] o_out,
|
output o_carry_out
|
output o_carry_out
|
|
|
);
|
);
|
|
|
`include "a25_localparams.v"
|
`include "a25_localparams.vh"
|
|
|
// MSB is carry out
|
// MSB is carry out
|
wire [32:0] lsl_out;
|
wire [32:0] lsl_out;
|
wire [32:0] lsr_out;
|
wire [32:0] lsr_out;
|
wire [32:0] asr_out;
|
wire [32:0] asr_out;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.