| Login | | Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name. | |
| Who's Online | There are currently, 43 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here | |
 | |
| Most Popular - Top 10 | Show Top: [ 10 - 25 - 50 | 1% - 5% - 10% ]
| Random Number Generator  Description: Random number generator package Version: Filesize: 32 bytes Added on: 14-Dec-2003 Downloads: 12373 HomePage | Rate Resource | Details Category: Utilities/VHDL
Directed Verification Plan  Description: Outline of a verification plan using a directed test strategy Version: Filesize: 52 bytes Added on: 14-Dec-2003 Downloads: 9748 HomePage | Rate Resource | Details Category: Methodology/Methodology
Verilog & VHDL behavioral models  Description: Pin-accurate behavioral (i.e. non-synthesizable) models in Verilog and VHDL (zip) Version: Filesize: 55 bytes Added on: 14-Dec-2003 Downloads: 6698 HomePage | Rate Resource | Details Category: Verification Guild Project/Verification Guild Project
Functional Specification  Description: Functional specification of a 4-port user-to-network ATM switch node (PDF) Version: Filesize: 85 bytes Added on: 14-Dec-2003 Downloads: 5572 HomePage | Rate Resource | Details Category: Verification Guild Project/Verification Guild Project
Random Number Generator  Description: Random number generator package Version: Filesize: 28 bytes Added on: 14-Dec-2003 Downloads: 5455 HomePage | Rate Resource | Details Category: Utilities/VHDL
HEC computation C program Description: Reference C program for the correct computation of an ATM cell HEC value Version: Filesize: 2 bytes Added on: 14-Dec-2003 Downloads: 2567 HomePage | Rate Resource | Details Category: Verification Guild Project/Verification Guild Project
parallel Description: Parallel is a distributed batch process controller. It is written to allow you to run an arbitrary number of regression tests across any number of (Li/U)nix machines. It uses no deamon of its own, but instead relies on NFS, and either ssh or rsh to communicate with remote machines. Version: 1.0 Filesize: 27.50 Kb Added on: 14-Feb-2004 Downloads: 2372 HomePage | Rate Resource | Details Category: Utilities/Utilities
vera.vim Description: VIM syntax rules for Vera Version: 5.0 Filesize: 0 bytes Added on: 14-Dec-2003 Downloads: 2371 HomePage | Rate Resource | Details Category: Utilities/Vera
Region class for SystemVerilog Description: Region class for use with SystemVerilog
INTRODUCTION:
The OpenVera region is not supported in SystemVerilog, so this class
is provided as a substitute. Compile this class along with the rest
of the testbench.
INITIALIZATION:
The following code creates a single region:
int regionID;
regionID = alloc(REGION, 0, 1);
The equivalent code in SystemVerilog is:
Region regionID;
regionID = new(); // No name given
A name can be passed to new() for use in the display task.
USAGE:
Use a region to reserve a value, blocking if in use:
region_enter(WAIT, regionID, value); // Vera
and
regionID.region_enter(Region::WAIT, value); // SystemVerilog
Use a region to reserve a value, checking status:
status = region_enter(NO_WAIT, regionID, value); // Vera
and
regionID.region_enter(Region::NO_WAIT, value); // SystemVerilog
Leave a region:
region_exit(regionID, value); // Vera
and
regionID.region_exit(value); // SystemVerilog
Display the currently reserved value:
regionID.display(); // Only in SystemVerilog
Version: Filesize: 0 bytes Added on: 27-Feb-2006 Downloads: 2345 HomePage | Rate Resource | Details Category: Utilities/SystemVerilog
vrhfix Description: Fix header files generated using the -h command-line option Version: 1.4 Filesize: 6 bytes Added on: 14-Dec-2003 Downloads: 1409 HomePage | Rate Resource | Details Category: Utilities/Vera
|
|
|
| | |