Modules

Functions

module dut (input clk, input rst, input rsttst)
 VMM Test: Device Under Test.
module tb_top ()
 VMM Test: Testbench Top.

Function Documentation

module dut ( input  clk,
input  rst,
input  rsttst 
)

VMM Test: Device Under Test.

A simple dut - has a clock and reset. Has a reset test (rsttst) port for testing the reset transactor / monitor.

Parameters:
clk input - dut clock
rst input - dut reset
rsttst input - reset test port

Definition at line 63 of file dut.sv.

module tb_top (  ) 

VMM Test: Testbench Top.

The signal layer top file - "Testbench Top."
This module instantiates all of the signal layer components including the DUT, interfaces, and clock generator.

Definition at line 62 of file tb_top.sv.


Intelligent Design Verification
Intelligent Design Verification
Project: SVreset, Revision: 1.0.0
Copyright (c) 2008-2010 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.6.3
IDV SV Filter Version: 2.6.3
Sat Jun 19 12:14:22 2010
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV