|
CIRCT 22.0.0git
|
#include "circt/Dialect/Arc/Runtime/VCDTraceEncoder.h"#include <algorithm>#include <cassert>#include <cctype>#include <iostream>#include <ostream>#include <string>#include <string_view>
Go to the source code of this file.
Namespaces | |
| namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
| namespace | circt::arc |
| namespace | circt::arc::runtime |
| namespace | circt::arc::runtime::impl |
Functions | |
| static void | circt::arc::runtime::impl::appendLegalizedName (std::string &buffer, const std::string_view &name) |
| static void | circt::arc::runtime::impl::writeTimestepToBuffer (int64_t currentStep, std::vector< char > &buf) |