SyoSil ApS UVM Scoreboard  1.0.3.0
global.h
1 /* GLOBAL.H - RSAREF types and constants
2  */
3 
4 /* PROTOTYPES should be set to one if and only if the compiler supports
5  function argument prototyping.
6 The following makes PROTOTYPES default to 0 if it has not already
7  been defined with C compiler flags.
8  */
9 #ifndef PROTOTYPES
10 #define PROTOTYPES 0
11 #endif
12 
13 /* POINTER defines a generic pointer type */
14 typedef unsigned char *POINTER;
15 
16 /* UINT2 defines a two byte word */
17 typedef unsigned short int UINT2;
18 
19 /* UINT4 defines a four byte word */
20 typedef unsigned int UINT4;
21 
22 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
23 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
24  returns an empty list.
25  */
26 #if PROTOTYPES
27 #define PROTO_LIST(list) list
28 #else
29 #define PROTO_LIST(list) ()
30 #endif

Project: SyoSil ApS UVM Scoreboard, Revision: 1.0.3.0

Copyright 2014-2022 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.
doxygen
Doxygen Version: 1.8.14
Generated with IDV SV Filter Version: 2.6.3
Fri Sep 2 2022 14:40:27
Find a documentation bug? Report bugs to: scoreboard@syosil.com