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 201d61c575
commit 80289a1b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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