Daniel Gröber (dxld)
Daniel Gröber (dxld)
Oh just some refactoring and documentation so I can understand what's going on too. Last time I tried I didn't quite get it.
This was also hit upon in the Fedora packaging issue https://github.com/ghdl/ghdl/issues/888#issuecomment-526881910. In Debian we also have to do a nasty workaround to get the testsuite working because of this (and...
Ah, that seems to do the trick. I don't see this being a prerequisite for running the test suite documented anywhere though? The only reference to that target is in...
Seems to me unconditionally running the install.vpi.local wouldn't prevent you from running the test suite after installation though? So I'll shoot a PR that adds the dependency.
Fixed by #2004, closing.
Just `./configure`, but I ran grt-all by hand since I'm trying to replace an explicit `make` call to get libgrt.a built in the debian packaging. See https://salsa.debian.org/electronics-team/ghdl/ghdl/-/blob/master/debian/rules#L141 if you want...
That simply wont work for distro packaging though. The system parts of the build will only be installed globally when the package is finally installed by the end user.
Is the counter staying confidential actually critical to the security of the system? What if one were to simply store/sync the counter on the PCs the keys will be used...
@kripton thanks for posting these patches for discussion! Let me know if I got this right: Your approach is basically to plumb through an integer portId to every function that...
Changes: - Actually {fire off,allow} up to the maximum number of transfers in the {receiver,sender}. Since PerformTransfer() is handled in the AsyncUsb{Sender,Receiver} classes we have to do the transfer count...