commit | ec468970522524412e7bc7a0d26aa2de68d85392 | [log] [tgz] |
---|---|---|
author | Marwan Abbas <marwaneltoukhy@aucegypt.edu> | Tue Feb 15 15:53:35 2022 +0200 |
committer | roman3017 <rbacik@hotmail.com> | Sun Feb 20 00:26:09 2022 -0800 |
tree | 83a80ec1fcd173b66a0ea61acff350a4b8e2d350 | |
parent | 62e8a9a6d717f829955982fbe8a9c703abebcd45 [diff] |
added display to la_test1_tb
diff --git a/verilog/dv/la_test1/la_test1_tb.v b/verilog/dv/la_test1/la_test1_tb.v index d7e4b52..81a4e32 100644 --- a/verilog/dv/la_test1/la_test1_tb.v +++ b/verilog/dv/la_test1/la_test1_tb.v
@@ -69,6 +69,7 @@ $display("LA Test 1 started"); wait(checkbits == 16'hAB41); wait(checkbits == 16'hAB51); + $display("LA Test 2 passed"); #10000; $finish; end