Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion hdk/cl/examples/cl_dram_hbm_dma/verif/tests/test_null.sv
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@


module test_null();
import tb_type_defines_pkg::*;

`include "base_test_utils.svh";


initial begin
int exit_code;

tb.power_up();
initialize_ddr();
deselect_cl_tst_hw();

tb.test_main(exit_code);

Expand All @@ -32,4 +38,4 @@ module test_null();
$finish;
end

endmodule // test_null
endmodule // test_null