mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 21:44:29 +00:00
Bit manipulation comment cleanup
This commit is contained in:
parent
a62211bad1
commit
9f88848832
@ -54,7 +54,7 @@ module bitmanipalu #(parameter WIDTH=32) (
|
|||||||
logic [WIDTH-1:0] CondZextA; // A Conditional Extend Intermediary Signal
|
logic [WIDTH-1:0] CondZextA; // A Conditional Extend Intermediary Signal
|
||||||
logic [WIDTH-1:0] ABMU, BBMU; // Gated data inputs to reduce BMU activity
|
logic [WIDTH-1:0] ABMU, BBMU; // Gated data inputs to reduce BMU activity
|
||||||
|
|
||||||
// gate data inputs to BMU to only operate when BSelect[1] indicates BMU is in use
|
// gate data inputs to BMU to only operate when BMU is active
|
||||||
assign ABMU = A & {WIDTH{BMUActiveE}};
|
assign ABMU = A & {WIDTH{BMUActiveE}};
|
||||||
assign BBMU = B & {WIDTH{BMUActiveE}};
|
assign BBMU = B & {WIDTH{BMUActiveE}};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user