|
CIRCT 23.0.0git
|
Classes | |
| class | CallbackTest |
| class | ConstProducer |
| class | Join |
| class | JoinAddFunc |
| class | LoopbackInOutAdd |
| class | MMIOReadWriteClient |
| class | StructToWindowFunc |
| class | Top |
| class | WindowToStructFunc |
Typedefs | |
| using | ProbeFn = int(*)(esi::Accelerator *) |
| using | ProbeEntry = std::pair< std::string, ProbeFn > |
Functions | |
| MMIOClient (int add_amt) | |
| int | runProbes (int argc, const char *argv[], const char *name, const char *description, const std::vector< ProbeEntry > &probes) |
| Run the probe-runner main loop. Returns 0 on success, nonzero on failure. | |
Variables | |
| FourFieldStruct | |
| windowed_struct | |
| bsp = get_bsp(sys.argv[2] if len(sys.argv) > 2 else None) | |
| s | |
| using esi_test.ProbeEntry = typedef std::pair<std::string, ProbeFn> |
Definition at line 33 of file probe_runner.h.
| using esi_test.ProbeFn = typedef int (*)(esi::Accelerator *) |
Definition at line 32 of file probe_runner.h.
| esi_test.MMIOClient | ( | int | add_amt | ) |
Definition at line 85 of file esi_test.py.
References wrap().
Referenced by esi_test.Top.construct().
|
inline |
Run the probe-runner main loop. Returns 0 on success, nonzero on failure.
Definition at line 36 of file probe_runner.h.
References esi::CliParser::connect(), esi::Logger::error(), esi::CliParser::esiParse(), esi::CliParser::getContext(), and esi::Context::getLogger().
| esi_test.bsp = get_bsp(sys.argv[2] if len(sys.argv) > 2 else None) |
Definition at line 415 of file esi_test.py.
| esi_test.FourFieldStruct |
Definition at line 181 of file esi_test.py.
Referenced by esi_test.WindowToStructFunc.construct().
| esi_test.s |
Definition at line 416 of file esi_test.py.
| esi_test.windowed_struct |
Definition at line 189 of file esi_test.py.