Update array_slice_concat.v

Add delay to avoid race in TB code and DUT code
This commit is contained in:
Cary R 2024-01-01 11:01:19 -08:00 committed by GitHub
parent 0a53b52ed0
commit 724a88f523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ module top;
initial begin
a = {32'h44444444, 32'h33333333, 32'h22222222, 32'h11111111};
start = 1;
#1;
if (out !== 96'h444444443333333322222222) begin
$display("FAILED");
$finish;