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/] [dut_if.sv] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sckoarn
///////////////////////////////////////////////////////////////////////////////
2
//             Copyright ///////////////////////////////////
3
//                        All Rights Reserved
4
///////////////////////////////////////////////////////////////////////////////
5
// $Author:  $
6
//
7
//
8
// Description :
9
//          This file was generated by SV TB Gen Beta 1.0
10
//            on 14 Jul 2014 10:38:58
11
//////////////////////////////////////////////////////////////////////////////
12
// This software contains concepts confidential to ////////////////
13
// /////////. and is only made available within the terms of a written
14
// agreement.
15
///////////////////////////////////////////////////////////////////////////////
16
 
17
interface dut_if();
18
 
19
  logic rst_n;
20
  logic clk;
21
  logic w_n;
22
  logic [31:0] addr;
23
  logic [31:0] datao;
24
  logic [31:0] datai;
25
  logic ack;
26
 
27
  modport dut_conn(
28
    input rst_n,
29
    input clk,
30
    output w_n,
31
    output addr,
32
    output datao,
33
    input datai,
34
    input ack
35
  );
36
 
37
  modport tb_conn(
38
    output   rst_n,
39
    output   clk,
40
    input    w_n,
41
    input    addr,
42
    input    datao,
43
    output   datai,
44
    output   ack
45
  );
46
 
47
endinterface

powered by: WebSVN 2.1.0

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