A test project to try out vivado container and github CI
| PyPI | pip install dls_vivado |
| Source code | https://github.com/DiamondLightSource/dls_vivado |
| Documentation | https://DiamondLightSource.github.io/dls_vivado |
from dls_vivado import HelloClass
hello = HelloClass("me")
print(hello.format_greeting())Or if it is a commandline tool then you might put some example commands here:
dls_vivado person --times=2
See https://DiamondLightSource.github.io/dls_vivado for more detailed documentation.