quic/qbox
Loading...
Searching...
No Matches
systemc-components
common
include
qkmulti-unconstrained.h
1
/*
2
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All Rights Reserved.
3
* Author: GreenSocs 2022
4
*
5
* SPDX-License-Identifier: BSD-3-Clause
6
*/
7
8
#ifndef QKMULTI_UNCONSTRAINED_H
9
#define QKMULTI_UNCONSTRAINED_H
10
11
#include <qkmultithread.h>
12
13
namespace
gs
{
14
class
tlm_quantumkeeper_unconstrained
:
public
tlm_quantumkeeper_multithread
15
{
16
virtual
sc_core::sc_time time_to_sync()
override
17
{
18
return
tlm_utils::tlm_quantumkeeper::get_global_quantum();
19
}
20
21
virtual
bool
need_sync()
override
{
return
false
; }
22
};
23
}
// namespace gs
24
#endif
gs::tlm_quantumkeeper_multithread
Definition
qkmultithread.h:24
gs::tlm_quantumkeeper_unconstrained
Definition
qkmulti-unconstrained.h:15
gs
Tool which reads a Lua configuration file and sets parameters.
Definition
biflow.cc:10
Generated by
1.9.8