-
I've noticed that after updating to the current https://github.com/amaranth-lang/amaranth/commit/f135226a79fddf5caf894030ac7f49995774c3a7 main branch of amaranth, and OSS CAD suite 20230903 (relevant,…
-
Not sure if it's best to relay this information here, on Matrix or elsewhere but—
Got branch `7-does-not-appear-to-build-on-windows` built and programmed. The light blinks. However, when I plugged …
-
Hi @tilk ,
today I played a little bit with conditions to introduce some syntax sugar and I have found that defining two conditions in the same method both with `priority=True` introduce a cycle in c…
-
On the documentation and on the code i didn't find the way for adding a new component.
only find these informations #781 #785
other question, where can i find the list of component ?
-
Since RFC 15, using aggregate types inside `Record` is possible.
Consider the following code:
```python
from amaranth import *
from amaranth.lib import data
from amaranth.hdl.rec import Recor…
-
When calling `connect_to_resource` on a SPIRegisterInterface (and probably also on the other SPI*Interface:s), I get the following error:
```
AttributeError: 'SPIRegisterInterface' object has no a…
-
Hello, I am a user of Red Pitaya and SpinalHDL. This repository shows the powerful features of Red Pitaya, and I sincerely appreciate your work.
I noticed that you are using SpinalHDL recently, and …
-
It seems this crate has the restriction that all modules always operate in the same clock domain.
Are there any plans to remove this restriction? :)
Btw, do you have a recommendation which crate o…
-
Expressions containing Repl() will work fine as Array indices in simulation, but not when building for a platform.
Is this expected?
Amarath is at commit 0a1ba2205064512455e9e9d1ace1b63f0bffffc8
…
-
# Discriminated Unions / Enums
This (sub)RFC builds on #697. As proposed in #697, first-class discriminated unions could be very useful.
## Motivation
While discriminated/tagged unions can be…