quic/qbox
Loading...
Searching...
No Matches
systemc-components
common
include
tlm_sockets_buswidth.h
1
/*
2
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All Rights Reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*/
6
7
#ifndef TLM_SOCKETS_BUSWIDTH_H
8
#define TLM_SOCKETS_BUSWIDTH_H
9
10
#ifndef OVERRIDDEN_DEFAULT_TLM_BUSWIDTH
11
#define DEFAULT_TLM_BUSWIDTH 32
12
#else
13
#define DEFAULT_TLM_BUSWIDTH OVERRIDDEN_DEFAULT_TLM_BUSWIDTH
14
#endif
15
16
#endif
Generated by
1.9.8