|
CIRCT 23.0.0git
|
Go to the source code of this file.
Namespaces | |
| namespace | test_esi |
Functions | |
| None | test_esi.run (AcceleratorConnection conn, str platform="cosim") |
| None | test_esi.test_cosim_esi (AcceleratorConnection conn) |
| None | test_esi.test_cosim_esi_manifest_mmio (str host, int port) |
Variables | |
| str | test_esi.HW_DIR = Path(__file__).resolve().parent.parent / "hw" |
| test_esi.platform = sys.argv[1] | |
| test_esi.conn_str = sys.argv[2] | |
| test_esi.conn = esi.Context(esi.LogLevel.Debug).connect(platform, conn_str) | |