Adrian Sampson
Adrian Sampson
@divanikus: Thanks!! I bumped the required version here on master. @mihail4anov: Errors like that typically indicate that your version of pip is old—newer ones should work.
@mihail4anov, thanks, this was missing a check. (A bug introduced in #21.)
Hi! If you're interested in seeing something added to the library, can you consider [making a pull request](http://makeapullrequest.com)?
Thanks for the heads up. I would love to look into it at some point (and I would love to upgrade my hass installation!), but in th mean time, I'd...
I don't know if it will work, but it's worth a shot installing @gladhorn's fork with something like `pip install -e .` and then just attempting to use this component...
Two extra thoughts on this: 1. One way to do about the two-type solution would be that `bit` or something called `int` behaves in the "correct" way, whereas `fixed` (i.e.,...
Just for fun: [a new CIRCT thread](https://llvm.discourse.group/t/should-rtl-add-i1-i1-return-i1-or-i2/2507) refers to the same decision.
Seems like a reasonable proposal—I have two questions, though: - Can you clarify what you had in mind as the problem this is solving (other than the array thing)? Is...
Aha, yes, it seems like a good idea to allow let-bound arrays (which are still kind of a weird thing!) even in unrolled loops when they aren't used in `combine`....
> The code for this would be somewhat ugly--while traversing a `for` loop body, if a let-bound variable matches a hidden condition, allow it to be a combine register. Where...