Jacob Lifshay
Jacob Lifshay
I like using landscape mode on my phone, so until this is added I won't be using this launcher. So, when landscape mode gets added, please don't limit it to...
you should probably specify that the attribute is ignored everywhere other than Windows (or similar) targets.
https://github.com/rust-lang/rfcs/pull/3681#issuecomment-2359685895 > After writing all this out, I find myself in favor of Options 2 and 3. I agree, though tbh I prefer Option 3 over Option 2.
> For registers, this should do what you want. I.e., `r` should only be updated to `v` when `w` is a `Some`. afaict that's not right. The spec describes how...
> CIRCT will take interpretation (1) for reasons that this is what the Scala-based FIRRTL Compiler did. However, I don't actually think that there is a reason why it can't...
> I just want to make sure: Your expectation is that an async reset should be considered a combinational input to a register. Correct? yes > If so, I think...
what about feedback from a register/memory to its clock input(s)? seems similar enough...
well, there are valid use cases for the other types of combinational loops too, e.g.: * making latches out of cross-coupled nand gates or nor gates * making a counter...
> forbid register Q-to-Reset and Q-to-Clock loops there's also memory read data to clock loops (both for the same memory port or a different write port)
I think it would be useful to be able to have some kind of customizable priority order -- not just prioritizing the main env var over all aliases. for my...