// Amazon FPGA Hardware Development Kit // // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 module test_null(); initial begin int exit_code; tb.power_up(); tb.test_main(exit_code); #50ns; tb.power_down(); $finish; end endmodule // test_null