aboutsummaryrefslogtreecommitdiff
path: root/tb/top_tb.sv
blob: 7643fbe57e5ca87f89dcec618ed19a9f47d07d00 (plain) (blame)
1
2
3
4
5
6
7
module top_tb ();

initial begin
  $display("Hello World");
end

endmodule