Philip Axer
Philip Axer
Hi, a lot of the more elaborate examples do not work. This seems mostly because of API changes that were made in the past. A baseline ``pip install hwtlib hwt``...
The Pyinstaller process prunes all license information. For legal reasons, a standard python installation includes the Tcl/tk license because Tcl and Tcl/Tk are included. Similarly the MIT license file from...
Hi All, I recommend to change the license string in setup.cfg from `license = Dual License` to `license = BSD License, Apache Software License` There are tools such as pip-licenses...
Hi All, I noticed that some license files are not correctly identified. This seems to happen because only `.dist-info` directories are considered and `.egg` are not tried. This specifically assumes...
Hi All, I suggest to add a LICENSE file with the PSF license. At the moment the license is only available as meta data as part of setup.py This is...
On Windows there are no inet_ntop and inet_pton functions available. There is a package win_inet_pton which monkey patches this.
The snippet doesnt work as the last parameter of sa.sa.sa_len is not available on windows else: return self.UnknownAddress( family=sa.sa.sa_family, data=string_at(sa.sa.sa_data, sa.sa.sa_len) )
A clean venv install with `pip install migen` fails with `error: invalid command 'bdist_wheel'`. Add wheel to the list of dependencies.
The IPG will usually be a bit larger than specified in the python script. This is because the testbench needs some cycles to process the pcap and once it reaches...
This is an attempt to solve #3155 by adding documenation for the 15-pin and 22-pin Camera connectors.