mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
more structural mux changes
This commit is contained in:
parent
4ecfa1bad3
commit
2ad807728c
@ -42,6 +42,6 @@ module byteUnit #(parameter WIDTH=32) (
|
|||||||
assign Rev8Result[WIDTH-i-1:WIDTH-i-8] = A[i+7:i];
|
assign Rev8Result[WIDTH-i-1:WIDTH-i-8] = A[i+7:i];
|
||||||
end
|
end
|
||||||
|
|
||||||
assign ByteResult = (ByteSelect) ? OrcBResult : Rev8Result;
|
mux2 #(WIDTH) bytemux(Rev8Result, OrcBResult, ByteSelect, ByteResult);
|
||||||
|
|
||||||
endmodule
|
endmodule
|
Loading…
Reference in New Issue
Block a user