|
CIRCT 23.0.0git
|
Functions | |
| None | run (AcceleratorConnection conn, str platform="cosim") |
| None | test_cosim_loopback (AcceleratorConnection conn) |
| None | test_cosim_loopback_make_fallback (monkeypatch) |
Variables | |
| str | HW_DIR = Path(__file__).resolve().parent.parent / "hw" |
| platform = sys.argv[1] | |
| connstr = sys.argv[2] | |
| conn = esiaccel.connect(platform, connstr) | |
| None test_loopback.run | ( | AcceleratorConnection | conn, |
| str | platform = "cosim" |
||
| ) |
Definition at line 15 of file test_loopback.py.
References print().
Referenced by test_cosim_loopback().
| None test_loopback.test_cosim_loopback | ( | AcceleratorConnection | conn | ) |
Definition at line 115 of file test_loopback.py.
References run().
Referenced by test_cosim_loopback_make_fallback().
| None test_loopback.test_cosim_loopback_make_fallback | ( | monkeypatch | ) |
Run the loopback test using the ``make`` fallback (no cmake/ninja).
Definition at line 119 of file test_loopback.py.
References test_cosim_loopback().
| test_loopback.conn = esiaccel.connect(platform, connstr) |
Definition at line 131 of file test_loopback.py.
| test_loopback.connstr = sys.argv[2] |
Definition at line 130 of file test_loopback.py.
| str test_loopback.HW_DIR = Path(__file__).resolve().parent.parent / "hw" |
Definition at line 12 of file test_loopback.py.
| test_loopback.platform = sys.argv[1] |
Definition at line 129 of file test_loopback.py.