Interfaces


Functions

interface bus ()
 Bus interface Block.
interface bus_A (input bit clk)
 BusA interface Block.
interface bus_B (input bit clk, output logic foo)
 BusB interface Block.
template<WIDTH = 8>
interface bus_C (input bit clk, output logic foo)
 BusC interface Block.
template<WIDTH = 8>
interface bus_D (input bit clk, output logic foo)
 BusD interface Block.
template<WIDTH = 8, DEPTH = 20>
interface bus_E (input bit clk, output logic foo)
 BusE interface Block.
template<WIDTH = 8, DEPTH = 20>
interface bus_F (input bit clk, output logic foo)
 BusF interface Block.

Function Documentation

interface bus (  ) 

Bus interface Block.

An interface with no ports.

Definition at line 854 of file test.sv.

interface bus_A ( input bit  clk  ) 

BusA interface Block.

An interface with single clock input.

Parameters:
clk bit - description of parameter clk

Definition at line 868 of file test.sv.

interface bus_B ( input bit  clk,
output logic  foo 
)

BusB interface Block.

An interface with two lines of I/O

Parameters:
clk bit - description of parameter clk
foo logic - description of parameter foo

Definition at line 883 of file test.sv.

template<WIDTH = 8>
interface bus_C ( input bit  clk,
output logic  foo 
)

BusC interface Block.

A parameterized interface in one line

Parameters:
clk bit - description of parameter clk
foo logic - description of parameter foo

Definition at line 900 of file test.sv.

template<WIDTH = 8>
interface bus_D ( input bit  clk,
output logic  foo 
)

BusD interface Block.

A parameterized interface with two lines of IO

Parameters:
clk bit - description of parameter clk
foo logic - description of parameter foo

Definition at line 915 of file test.sv.

template<WIDTH = 8, DEPTH = 20>
interface bus_E ( input bit  clk,
output logic  foo 
)

BusE interface Block.

A parameterized interface with two lines of parameters and one lines of IO

Parameters:
clk bit - description of parameter clk
foo logic - description of parameter foo

Definition at line 932 of file test.sv.

template<WIDTH = 8, DEPTH = 20>
interface bus_F ( input bit  clk,
output logic  foo 
)

BusF interface Block.

A parameterized interface with two lines of parameters and two lines of IO

Parameters:
clk bit - description of parameter clk
foo logic - description of parameter foo

Definition at line 949 of file test.sv.


Intelligent Design Verification
Intelligent Design Verification
Project: Test, Revision: 1.0.0
Copyright (c) 2008 Intelligent Design Verification.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included here:
http://www.intelligentdv.com/licenses/fdl.txt
doxygen
Doxygen Version: 1.5.8
IDV SV Filter Version: 2.4.0
Mon Jun 22 22:48:38 2009
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV