Catherine
Catherine
@ArcaneNibble Have you been able to build libc++ and LLVM with this patch?
> The first argument to `connect()` is the module that the connections should be added to, but the documentation doesn't state this clearly. I think it does in the guide...
Update: the undocumented nature of the latency is now clearly stated in [the docs](https://amaranth-lang.org/docs/amaranth/latest/stdlib/io.html#amaranth.lib.io.DDRBuffer), but at least the relevant intervals are now clearly defined. In practice: * *t1* is either...
> I had mildly considered this in the past, however, I thought releasing the GIL is mostly advised for a scenario in which a processor is waiting on I/O, and...
> If the C extension were to release the GIL, what would ensure the source byte-string or other bytes-object would not be modified by any other Python thread during the...
A memcpy can be usually done at close to the memory bandwidth and it is vectorized. Since your algorithm is scalar there is no way it will have a comparable...
You still need to implement the SEH parts for option (1). But the rationale makes sense. Closing this in favor of #1677.
Yes, this is not particularly surprising. The solution for this problem would be to use the NIR netlist to generate code instead of the current approach. I don't expect this...
Making this happen will require changing every V2 applet, but since this involves adjusting the `build` method in a straightforward way, it won't involve redoing hardware tests on every applet.
https://github.com/pypi/support/issues/8180