CIRCT 23.0.0git
Loading...
Searching...
No Matches
Functions | Variables
test_advanced Namespace Reference

Functions

None run (Accelerator acc)
 
None test_cosim_advanced (Accelerator accelerator)
 

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)
 

Function Documentation

◆ run()

None test_advanced.run ( Accelerator  acc)

Definition at line 13 of file test_advanced.py.

References print().

Referenced by test_cosim_advanced().

◆ test_cosim_advanced()

None test_advanced.test_cosim_advanced ( Accelerator  accelerator)

Definition at line 63 of file test_advanced.py.

References run().

Variable Documentation

◆ conn

test_advanced.conn = esi.connect(platform, conn_str)

Definition at line 70 of file test_advanced.py.

◆ conn_str

test_advanced.conn_str = sys.argv[2]

Definition at line 69 of file test_advanced.py.

◆ HW_DIR

str test_advanced.HW_DIR = Path(__file__).resolve().parent.parent / "hw"

Definition at line 10 of file test_advanced.py.

◆ platform

test_advanced.platform = sys.argv[1]

Definition at line 68 of file test_advanced.py.