rearrangement

This commit is contained in:
2024-12-01 02:01:08 +03:00
parent 7466f916d3
commit 0237c7bcb2
277 changed files with 56884 additions and 56884 deletions

View File

@ -1,8 +1,8 @@
module test2 (
input [3:0] a,
output [6:0] b
);
assign b = (1 << (a + 1)) - 2;
module test2 (
input [3:0] a,
output [6:0] b
);
assign b = (1 << (a + 1)) - 2;
endmodule