URL
https://opencores.org/ocsvn/lpffir/lpffir/trunk
Subversion Repositories lpffir
[/] [lpffir/] [trunk/] [uvm/] [tools/] [uvm_syoscb/] [README.txt] - Rev 4
Compare with Previous | Blame | View Log
######################################################################## Copyright 2014-2015 SyoSil ApS# All Rights Reserved Worldwide## Licensed under the 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, software distributed 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 and limitations under the License.############################################################################################################################################### README file for UVM scoreboard#######################################################################This file describes the basic contents of the UVM scoreboard releaseand how to get started.It is assumed that the UVM scoreboard is unpacked into the directory:<UVMSCB>In general, the UVM scoreboard is documented in the generateddocumentation. See file:///<UVMSCB>/docs/html/index.html for moreinformation.Furthermore, the <UVMSCB>/docs/ also contains the latest paperdescribing the fundamentals of the SyoSil UVM scoreboard.*NOTE*: The documentation is also available in PDF (<UVMSCB>/docs/pdf)######################################################################## Directory structure#######################################################################.├── docs Documentatio│ └── html HTML documentation│ └── pdf PDF documentation├── src SyoSil UVM SCB source code└── tb Simple example testbench└── test UVM Tests######################################################################## Getting started#######################################################################To get started you need to be able to integrate and configure the UVMscoreboard. This is documented in file:///<UVMSCB>/docs/html/index.htmlExamples:Compilation examples for use with Mentor, Cadence or Synopys areprovided. The example will only work if you set the vendor by settinga symbolic link:Mentor: ln -s Makefile.vendor.mentor Makefile.vendorCadence: ln -s Makefile.vendor.cadence Makefile.vendorSynopsys: ln -s Makefile.vendor.synopsys Makefile.vendorOnce this is done, you can list the available targets by simply typing:make
