quic/qbox
Loading...
Searching...
No Matches
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
13namespace gs {
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
Definition qkmultithread.h:24
Definition qkmulti-unconstrained.h:15
Tool which reads a Lua configuration file and sets parameters.
Definition biflow.cc:10