Lunaphied

Results 16 issues of Lunaphied

Starting to document the `amaranth.build` module and thought the DSL portion was a useful place to start since it's the most frequently encountered. Due to Git issues I accidentally forced...

Currently the `AsyncFIFO` will continue to "read" entries from a FIFO that is held in `r_rst` (read reset) as long as `r_rdy` (read ready) is set. This behavior is undesirable...

bug
unsoundness

Remote builds currently execute as if connecting to a session over SSH will always give a relatively `sh`-style shell. This is not an assumption that should be made and should...

improvement

This is essentially an open invitation for comment on the issue of build products. Below I've laid out some points to potentially address and think about. 1. **Where is the...

question

# Background It is frequently useful to directly assign byte string constants to a `Signal` or otherwise use them in a context where `ValueCastable`s are expected. This RFC proposes supporting...

rfc

ISE doesn't support using the constraints file to specify attributes on IO buffers, this works around that by specifying them also as module parameters which ISE does support properly. Fixes...

This needs to actually be measured on real hardware, value is not well documented.

improvement
platform:intel

One use of Amaranth that I frequently hit is just using it to produce a single output Verilog file that gets fed into another larger project. Currently this means that...

improvement

This is likely to cause issues and should be fixed.

bug

Currently there's no support for generating the required files to synthesize for Polarfire FPGAs. I'm opening this issue to track progress towards completion as I work on this and to...

feature