- Notifications
You must be signed in to change notification settings - Fork4
OSVVM/Ethernet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Ethernet library includes verification components forEthernet Phy and MAC that support GMII/RGMII/MII/RMII.
Testbenches are in the Git repository, so you canrun a simulation and see a live exampleof how to use the models.
- Ethernet
- src (directory)
- xMiiPhy.vhd - Phy VC that supports GMII/RGMII/MII/RMII
- xMiiPhyRxTransmitter.vhd - Handles TX interface for Phy
- xMiiPhyTxReceiver.vhd - Handles RX interface for Phy
- xMiiMac.vhd - Mac VC that supports GMII/RGMII/MII/RMII
- xMiiMacTransmitter.vhd - Handles TX interface for MAC
- xMiiMacReceiver.vhd - Handles RX interface for MAC
- xMiiTbPkg.vhd - Package with Types, Constants, and Subprograms supporting xMiiPhy and xMiiMac
- xMiiComponentPkg.vhd - package with component declaration for xMiiPhy and xMiiMac
- xMiiContext.vhd - Package references for xMiiPhy and xMiiMac
- TestStandAlone (directory)
- TbStandAlone.vhd - Test harness that connects Phy to MAC VC to do a standalone test.
- TestCtrl_e.vhd - entity declaration for test sequencer
- Tb_xMii1.vhd - test architecture
- src (directory)
For the release history see,CHANGELOG.md
You can find an overview of OSVVM atosvvm.github.io.Alternately you can find our pdf documentation atOSVVM Documentation Repository.
You can also learn OSVVM by taking the class,Advanced VHDL Verification and Testbenches - OSVVM™ BootCamp
OSVVM is available as either a git repositoryOsvvmLibrariesor zip file fromosvvm.org Downloads Page.
On GitHub, all OSVVM libraries are a submodule of the repository OsvvmLibraries. Download all OSVVM libraries using git clone with the “–recursive” flag:
$ git clone --recursive https://github.com/osvvm/OsvvmLibraries
A great way to get oriented with OSVVM is to run the demos.For directions on running the demos, seeOSVVM Scripts.
The OSVVM project welcomes your participation with eitherissue reports or pull requests.
You can find the projectAuthors here andContributors here.
DpRam behavioral and verification components.Build these using DpRam/DpRam.pro script.
The testbench provides testbenches to verify the DpRam src components.
OSVVM Forums and Blog:http://www.osvvm.org/
Gitter:https://gitter.im/OSVVM/Lobby
Documentation:osvvm.github.io
Documentation:PDF Documentation
Copyright (C) 2006-2022 bySynthWorks Design Inc.
Copyright (C) 2022 byOSVVM Authors
This file is part of OSVVM.
Licensed under Apache License, Version 2.0 (the "License")You may not use this file except in compliance with the License.You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.