cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
Return to the generic documentation of cloudFPGA
test.py
Go to the documentation of this file.
1
import
sys
2
import
os
3
4
trieres_lib=os.environ[
'cFpRootDir'
] +
"/HOST/custom/memtest/languages/python/build"
5
sys.path.append(trieres_lib)
6
7
import
_trieres
8
9
input =
"HelloWorld"
10
output =
"111111111"
11
12
out, output = _trieres.memtest(
"127.0.0.1"
,
"1234"
, input,
True
)
13
14
print(out)
15
print(output)
repos_for_Dox
cFp_Zoo
HOST
custom
memtest
languages
python
test.py
Generated on Sat Jul 15 2023 05:03:00 for cloudFPGA (cF) API by
1.9.1