OpenCores
URL https://opencores.org/ocsvn/sv_dir_tb/sv_dir_tb/trunk

Subversion Repositories sv_dir_tb

[/] [sv_dir_tb/] [trunk/] [examples/] [internal/] [sv/] [tb_top.sv] - Rev 2

Compare with Previous | Blame | View Log


`include "../sv/tb_mod.sv"

module tb_top ();

  top U1 (
    .rst_n  (theif.rst_n),
    .clk    (theif.clk),
    .out1   (),
    .in1    (),
    .state  ()
  );

  dut_if theif();

  tb_prg prg_inst(theif);

endmodule

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.