common.h revision 12855
112837Sgabeblack@google.com/*****************************************************************************
212837Sgabeblack@google.com
312837Sgabeblack@google.com  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
412837Sgabeblack@google.com  more contributor license agreements.  See the NOTICE file distributed
512837Sgabeblack@google.com  with this work for additional information regarding copyright ownership.
612837Sgabeblack@google.com  Accellera licenses this file to you under the Apache License, Version 2.0
712837Sgabeblack@google.com  (the "License"); you may not use this file except in compliance with the
812837Sgabeblack@google.com  License.  You may obtain a copy of the License at
912837Sgabeblack@google.com
1012837Sgabeblack@google.com    http://www.apache.org/licenses/LICENSE-2.0
1112837Sgabeblack@google.com
1212837Sgabeblack@google.com  Unless required by applicable law or agreed to in writing, software
1312837Sgabeblack@google.com  distributed under the License is distributed on an "AS IS" BASIS,
1412837Sgabeblack@google.com  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1512837Sgabeblack@google.com  implied.  See the License for the specific language governing
1612837Sgabeblack@google.com  permissions and limitations under the License.
1712837Sgabeblack@google.com
1812837Sgabeblack@google.com *****************************************************************************/
1912837Sgabeblack@google.com
2012837Sgabeblack@google.com/*****************************************************************************
2112837Sgabeblack@google.com
2212837Sgabeblack@google.com  common.h --
2312837Sgabeblack@google.com
2412837Sgabeblack@google.com  Original Author: Martin Janssen, Synopsys, Inc., 2002-02-15
2512837Sgabeblack@google.com
2612837Sgabeblack@google.com *****************************************************************************/
2712837Sgabeblack@google.com
2812837Sgabeblack@google.com/*****************************************************************************
2912837Sgabeblack@google.com
3012837Sgabeblack@google.com  MODIFICATION LOG - modifiers, enter your name, affiliation, date and
3112957Sgabeblack@google.com  changes you are making here.
3212957Sgabeblack@google.com
3312837Sgabeblack@google.com      Name, Affiliation, Date:
3412837Sgabeblack@google.com  Description of Modification:
3512837Sgabeblack@google.com
3612837Sgabeblack@google.com *****************************************************************************/
3712837Sgabeblack@google.com
3812952Sgabeblack@google.com#ifndef COMMON_H
3912952Sgabeblack@google.com#define COMMON_H
4012837Sgabeblack@google.com
4112957Sgabeblack@google.com#include "systemc.h"
4212837Sgabeblack@google.com
4312957Sgabeblack@google.comtypedef sc_signal<sc_bv<4> > sc_signal_bool_vector;
4412957Sgabeblack@google.com
4512837Sgabeblack@google.com#endif
4612837Sgabeblack@google.com