Update array_slice_concat.v
Add delay to avoid race in TB code and DUT code
This commit is contained in:
parent
0a53b52ed0
commit
724a88f523
|
|
@ -26,6 +26,7 @@ module top;
|
||||||
initial begin
|
initial begin
|
||||||
a = {32'h44444444, 32'h33333333, 32'h22222222, 32'h11111111};
|
a = {32'h44444444, 32'h33333333, 32'h22222222, 32'h11111111};
|
||||||
start = 1;
|
start = 1;
|
||||||
|
#1;
|
||||||
if (out !== 96'h444444443333333322222222) begin
|
if (out !== 96'h444444443333333322222222) begin
|
||||||
$display("FAILED");
|
$display("FAILED");
|
||||||
$finish;
|
$finish;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue