Fixed 2 bit module
This commit is contained in:
@@ -965,7 +965,7 @@ module sign_extend_2bit(
|
||||
input wire [1:0] A,
|
||||
output wire [8:0] B);
|
||||
|
||||
B = {{7{A[1]}},A};
|
||||
assign B = {{7{A[1]}},A};
|
||||
|
||||
endmodule
|
||||
|
||||
|
||||
Reference in New Issue
Block a user