Update shifter.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-12 12:23:45 -07:00 committed by GitHub
parent 0f36cbd830
commit 5f73c9727f

View File

@ -84,5 +84,3 @@ module shifter (
assign ZShift = Z >> Offset;
assign Y = ZShift[`XLEN-1:0];
endmodule