ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
FastMemory.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-3-Clause
2//
3// This file is part of ETISS. It is licensed under the BSD 3-Clause License; you may not use this file except in
4// compliance with the License. You should have received a copy of the license along with this project. If not, see the
5// LICENSE file.
13#include "etiss/Misc.h"
14#include <memory>
15
16namespace etiss
17{
18
26std::shared_ptr<ETISS_System> createFastMemory(size_t size);
27
28} // namespace etiss
general configuration and logging
forwards: include/jit/*
Definition Benchmark.h:17
std::shared_ptr< ETISS_System > createFastMemory(size_t size)
creates a very fast ETISS_System structure.