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

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)
 

Function Documentation

◆ run()

None test_ram.run ( AcceleratorConnection  conn)

Definition at line 16 of file test_ram.py.

References print().

Referenced by test_cosim_ram().

◆ test_cosim_ram()

None test_ram.test_cosim_ram ( AcceleratorConnection  conn)

Definition at line 82 of file test_ram.py.

References run().

Variable Documentation

◆ conn

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

Definition at line 89 of file test_ram.py.

◆ conn_str

test_ram.conn_str = sys.argv[2]

Definition at line 88 of file test_ram.py.

◆ HW_DIR

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

Definition at line 13 of file test_ram.py.

◆ platform

test_ram.platform = sys.argv[1]

Definition at line 87 of file test_ram.py.