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 version 1.0 RC build 1
|
21 |
|
|
#
|
22 |
|
|
# June 04 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 version of the UVM scoreboard is the second RC for version 1.0 of the
|
42 |
|
|
UVM scoreboard architecture presented at DVCon 2015 in the paper:
|
43 |
|
|
Versatile UVM Scoreboarding. Never versions will be made accesible via:
|
44 |
|
|
|
45 |
|
|
www.syosil.com
|
46 |
|
|
|
47 |
|
|
#######################################################################
|
48 |
|
|
# [2]: Bug Fixes
|
49 |
|
|
#######################################################################
|
50 |
|
|
|
51 |
|
|
* Fixed bug in cl_syoscb_queue_iterator_base.svh and
|
52 |
|
|
cl_syoscb_queue_iterator_std.svh. They lacked a constructor
|
53 |
|
|
|
54 |
|
|
#######################################################################
|
55 |
|
|
# [3]: New Features
|
56 |
|
|
#######################################################################
|
57 |
|
|
|
58 |
|
|
* No new features added
|
59 |
|
|
|
60 |
|
|
#######################################################################
|
61 |
|
|
# [4]: Known Limitations
|
62 |
|
|
#######################################################################
|
63 |
|
|
The current known limitations for this relase are:
|
64 |
|
|
|
65 |
|
|
1. uvm_sequence_item_vmm not implemented
|
66 |
|
|
2. In order by producer compare not implemented
|
67 |
|
|
3. item_time_out_queue and item_time_out_producer knobs not implemented
|
68 |
|
|
4. Locater API and queue specific versions not implemented
|
69 |
|
|
5. Only a standard SystemVerilog queue is supported
|
70 |
|
|
|
71 |
|
|
#######################################################################
|
72 |
|
|
# [5]: Compatibility List
|
73 |
|
|
#######################################################################
|
74 |
|
|
The UVM scoreboard has been developed and tested with the following
|
75 |
|
|
tools:
|
76 |
|
|
|
77 |
|
|
* Centos Linux release 6.6
|
78 |
|
|
* Make version 3.81
|
79 |
|
|
* UVM version 1.1d
|
80 |
|
|
* Synopsys VCS® version J-2014.12-SP1-1
|
81 |
|
|
* Mentor Questa® Advanced Simulator version 10.4a
|
82 |
|
|
* Cadence® Incisive® version 14.20.006
|