-
Currently, if you try to use a flip flop with a shaped input, the conversion fails when using `XilinxPlatform`.
Other places in the code might be affected to, I haven't checked that.
To reproduce:…
-
Hello @bl0x,
First off let me thank you for your project. It is interesting and I am going to try and follow it to gain an understanding of amaranth.
I am trying to build with Vivado and have h…
-
Hello, I don't know if I should post the Issue here or on the LiteX repository, after running the following command I get this terminal output:
```
python3 -m litex_boards.targets.radiona_ulx3s --…
-
It would be useful to have some guidance on preferred usage of the project's new name.
The full title of the project is now "Amaranth HDL", but in most instances within the documentation it is refe…
-
You get messages like:
```
amaranth.hdl._ir.DriverConflict: Bit 0 of I/O port (io-port port_a_5__io__io) used twice, at /home/whitequark/Projects/glasgow/software/.venv/lib/python3.12/site-package…
-
Repro:
```python3
from amaranth import *
from amaranth.lib import wiring
from amaranth.hdl import Fragment
class Foo(wiring.Component):
def __init__(self, arg):
if not isinsta…
jfng updated
5 months ago
-
@antonblanchard just released the vlsiffra project. See the tweet @ https://twitter.com/antonblanchard/status/1580154261962657792
> Introducing https://github.com/antonblanchard/vlsiffra/ - a gene…
-
The simulations use `.add_sync_process()`, which emits a deprecation warning.
I am very new to Amaranth, so I may be missing something, but `.add_process()` appears to work just fine.
-
When trying to synthesize a design for the LICL-40, NextPNR-nexus reports `Cell type 'PCLKDIV' instantiated as 'U$$5' is not supported by this device.` despite the primitive being listed on the Lattic…
-
I'm getting a syntax error when using a function call that creates a signal inside an Elif.
I can understand why this kind of function call might be problematic in a Python DSL, however I'm raising…