Catherine

Results 1913 comments of Catherine

@TarikHamedovic After removing `toolchain_prepare` from your board definition file, I was able to produce a bitstream. Can you confirm?

> How do I actually override commands? Where do I use it, if that makes sense. I have seen the documentation of other platforms and they have `available overrides` but...

I've discussed this with @wanda-phi. Design for this feature is trickier than it looks because components may internally use patterns like: ```python with m.If(self.o_stream.valid & self.o_stream.ready): ... ``` and these...

@zyp Please send PRs addressing the downstream warnings in amaranth-stdio and amaranth-soc, since right now these always fail smoke test.

Thank you for the detailed report. This issue is directly related to https://github.com/amaranth-lang/amaranth/pull/591, which also deals with reset handling in AsyncFIFO. They should probably be dealt with together.

> However, if the write domain has any other reset signals defined through `ResetInserter`, then the read domain will no longer be properly reset. On re-read, this is actually a...

I wouldn't expect your reduced testcase to work since the signal is completely undriven. (We should have a better error message but it will still be a crash.) Could you...

Thanks. As a workaround you should be able to rely on nextpnr inferring a constraint from the PLL parameters since this is supposed to be reliable. We will take a...

> My use case is that I import the [inventory file](https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html) for cross referencing from my own documentation, and I would like to be able to configure a fixed URL...

Thanks for the report! That's unexpected to say the least; that commit certainly wasn't intended to bring performance changes. To try and save you some time, I did another quick...