commit | 345ef0383ec757e743eda32f7bb0ab2f6e67ee7a | [log] [tgz] |
---|---|---|
author | Marwan Abbas <marwaneltoukhy@aucegypt.edu> | Tue Feb 15 15:53:35 2022 +0200 |
committer | Marwan Abbas <marwaneltoukhy@aucegypt.edu> | Tue Feb 15 15:53:35 2022 +0200 |
tree | 3c23bd143dc8769dd513461f65a749aab0cdf1f2 | |
parent | ab6cfe122d9269c86b4e07a8cb32a5c8ee120937 [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