Python utils for Xilinx's tools
Project description
pylinx
Python utils for Xilinx's tools
This package based on the following requiremets:
Example
win_xsct_executable = r'C:\Xilinx\SDK\2017.4\bin\xsct.bat'
xsct_server = XsctServer(win_xsct_executable, port=PORT, verbose=False)
xsct = Xsct('localhost', PORT)
print("xsct's pid: {}".format(xsct.do('pid')))
print(xsct.do('set a 5'))
print(xsct.do('set b 4'))
print("5+4={}".format(xsct.do('expr $a + $b')))
xsct.close()
xsct_server.stop_server()
Prints out:
xsct's pid: 13808
5
4
5+4=9
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pylinx-0.0.1.dev3.tar.gz
(10.9 kB
view details)
File details
Details for the file pylinx-0.0.1.dev3.tar.gz.
File metadata
- Download URL: pylinx-0.0.1.dev3.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f98f15c271d992042c85ba180ebf2483ac0c932c778f54ccfd3238f99be9171
|
|
| MD5 |
7535a8cde04d2ccb67295f93a96572a4
|
|
| BLAKE2b-256 |
8cbe331e46ae1bf3c16b100efe32e16b9475291cd9f748fdd2a9ebba0a9b2eab
|