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
7a6d1ab393
commit
37b73ea42e
@ -42,6 +42,6 @@ module byteUnit #(parameter WIDTH=32) (
|
||||
assign Rev8Result[WIDTH-i-1:WIDTH-i-8] = A[i+7:i];
|
||||
end
|
||||
|
||||
assign ByteResult = (ByteSelect) ? OrcBResult : Rev8Result;
|
||||
mux2 #(WIDTH) bytemux(Rev8Result, OrcBResult, ByteSelect, ByteResult);
|
||||
|
||||
endmodule
|
Loading…
Reference in New Issue
Block a user