mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
comments
This commit is contained in:
parent
ae162a2694
commit
5a19934511
@ -61,9 +61,10 @@ module alu #(parameter WIDTH=32) (
|
|||||||
// Extract control signals from ALUControl.
|
// Extract control signals from ALUControl.
|
||||||
assign {W64, SubArith, ALUOp} = ALUControl;
|
assign {W64, SubArith, ALUOp} = ALUControl;
|
||||||
|
|
||||||
|
// Extract rotate signal from BALUControl.
|
||||||
assign Rotate = BALUControl[2];
|
assign Rotate = BALUControl[2];
|
||||||
|
|
||||||
// Pack control signals into shifter select
|
// Pack control signals into shifter select signal.
|
||||||
assign shASelect = {W64, SubArith};
|
assign shASelect = {W64, SubArith};
|
||||||
|
|
||||||
// A, A sign bit muxes
|
// A, A sign bit muxes
|
||||||
|
Loading…
Reference in New Issue
Block a user