|
CIRCT 23.0.0git
|
Functions | |
| None | run (AcceleratorConnection conn) |
| None | test_cosim_ram (AcceleratorConnection conn) |
Variables | |
| str | HW_DIR = Path(__file__).resolve().parent.parent / "hw" |
| platform = sys.argv[1] | |
| conn_str = sys.argv[2] | |
| conn = esi.connect(platform, conn_str) | |
| None test_ram.run | ( | AcceleratorConnection | conn | ) |
| None test_ram.test_cosim_ram | ( | AcceleratorConnection | conn | ) |
Definition at line 82 of file test_ram.py.
References run().
Definition at line 89 of file test_ram.py.
| test_ram.conn_str = sys.argv[2] |
Definition at line 88 of file test_ram.py.
| str test_ram.HW_DIR = Path(__file__).resolve().parent.parent / "hw" |
Definition at line 13 of file test_ram.py.
| test_ram.platform = sys.argv[1] |
Definition at line 87 of file test_ram.py.