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

Subversion Repositories lpffir

[/] [lpffir/] [trunk/] [uvm/] [lpffir_uvm/] [generated_tb/] [tb/] [data_output/] [sv/] [data_output_if.sv] - Blame information for rev 11

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 11 vladimirar
// You can insert code here by setting file_header_inc in file common.tpl
2
 
3
//=============================================================================
4
// Project  : generated_tb
5
//
6
// File Name: data_output_if.sv
7
//
8
//
9
// Version:   1.0
10
//
11
// Code created by Easier UVM Code Generator version 2016-04-18-EP on Sat Apr 27 13:59:59 2019
12
//=============================================================================
13
// Description: Signal interface for agent data_output
14
//=============================================================================
15
 
16
`ifndef DATA_OUTPUT_IF_SV
17
`define DATA_OUTPUT_IF_SV
18
 
19
interface data_output_if();
20
 
21
  timeunit      1ns;
22
  timeprecision 1ps;
23
 
24
  import data_output_pkg::*;
25
 
26
  logic last;
27
  logic valid;
28
  logic ready;
29
  logic [15:0] data;
30
  logic clk;
31
  logic reset;
32
 
33
  // You can insert properties and assertions here
34
 
35
  // You can insert code here by setting if_inc_inside_interface in file data_output.tpl
36
 
37
endinterface : data_output_if
38
 
39
`endif // DATA_OUTPUT_IF_SV
40
 

powered by: WebSVN 2.1.0

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