1 |
4 |
vladimirar |
#######################################################################
|
2 |
|
|
# Copyright 2014-2015 SyoSil ApS
|
3 |
|
|
# All Rights Reserved Worldwide
|
4 |
|
|
#
|
5 |
|
|
# Licensed under the Apache License, Version 2.0 (the
|
6 |
|
|
# "License"); you may not use this file except in
|
7 |
|
|
# compliance with the License. You may obtain a copy of
|
8 |
|
|
# the License at
|
9 |
|
|
#
|
10 |
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
11 |
|
|
#
|
12 |
|
|
# Unless required by applicable law or agreed to in
|
13 |
|
|
# writing, software distributed under the License is
|
14 |
|
|
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
15 |
|
|
# CONDITIONS OF ANY KIND, either express or implied. See
|
16 |
|
|
# the License for the specific language governing
|
17 |
|
|
# permissions and limitations under the License.
|
18 |
|
|
#######################################################################
|
19 |
|
|
#######################################################################
|
20 |
|
|
# RELASE NOTES for UVM scoreboard
|
21 |
|
|
#
|
22 |
|
|
# Feb 25 2015
|
23 |
|
|
#
|
24 |
|
|
# Copyright 2014-2015 SyoSil ApS
|
25 |
|
|
# All Rights Reserved Worldwide
|
26 |
|
|
#######################################################################
|
27 |
|
|
This file contains miscellanous information about this particular
|
28 |
|
|
relase of the UVM scoreboard.
|
29 |
|
|
|
30 |
|
|
The index:
|
31 |
|
|
|
32 |
|
|
* [1]: General Information
|
33 |
|
|
* [2]: Bug Fixes
|
34 |
|
|
* [3]: New Features
|
35 |
|
|
* [4]: Know Limitations
|
36 |
|
|
* [5]: Compatibility List
|
37 |
|
|
|
38 |
|
|
#######################################################################
|
39 |
|
|
# [1]: General Information
|
40 |
|
|
#######################################################################
|
41 |
|
|
This vesion of the UVM scoreboard is a preliminary version of the
|
42 |
|
|
UVM scoreboard architecture presented at DVCon 2015 in the paper:
|
43 |
|
|
Versatile UVM Scoreboarding.
|
44 |
|
|
|
45 |
|
|
#######################################################################
|
46 |
|
|
# [2]: Bug Fixes
|
47 |
|
|
#######################################################################
|
48 |
|
|
|
49 |
|
|
* Minor bug fixes
|
50 |
|
|
|
51 |
|
|
#######################################################################
|
52 |
|
|
# [3]: New Features
|
53 |
|
|
#######################################################################
|
54 |
|
|
|
55 |
|
|
* Added support for Cadence and Synopsys
|
56 |
|
|
* Added some simple examples
|
57 |
|
|
|
58 |
|
|
#######################################################################
|
59 |
|
|
# [4]: Known Limitations
|
60 |
|
|
#######################################################################
|
61 |
|
|
The current known limitations for this relase are:
|
62 |
|
|
|
63 |
|
|
1. The TLM API is not supported. Thus, the user needs to implement tasks
|
64 |
|
|
which calls the scoreboards add_item() method
|
65 |
|
|
2. Only Out-of-Order compare is supported
|
66 |
|
|
3. Only a standard SystemVerilog queue is supported
|
67 |
|
|
|
68 |
|
|
#######################################################################
|
69 |
|
|
# [5]: Compatibility List
|
70 |
|
|
#######################################################################
|
71 |
|
|
The UVM scoreboard has been developed and tested with the following
|
72 |
|
|
tools:
|
73 |
|
|
|
74 |
|
|
* Centos Linux release 6.6
|
75 |
|
|
* Make version 3.81
|
76 |
|
|
* UVM version 1.1d
|
77 |
|
|
* Synopsys VCS® version J-2014.12-1
|
78 |
|
|
* Mentor Questa® Advanced Simulator version 10.2c
|
79 |
|
|
* Cadence® Incisive® version 14.10.014
|
80 |
|
|
|