Skip to content

Releases: amaranth-lang/amaranth

0.5.8

15 Oct 01:34

Choose a tag to compare

v0.5.8

docs: update changelog.

0.5.7

18 Jul 20:55

Choose a tag to compare

v0.5.7

docs: update changelog.

0.5.6

15 May 03:48

Choose a tag to compare

tests: skip tests using sby on pypy-3.11

They need a fix in sby to work: https://github.com/YosysHQ/sby/pull/323

0.5.5

12 May 23:59

Choose a tag to compare

v0.5.5

docs/changes: update for v0.5.5.

0.5.4

16 Dec 17:24

Choose a tag to compare

v0.5.4

docs/changes: update for next release.

0.5.3

18 Oct 12:21

Choose a tag to compare

rpc: add support for `wiring.Component`.

Do not infer the ports from the publicly accessible wires, but instead
delegate finding the ports to the `rtlil.convert` function.

0.5.2

05 Sep 09:58

Choose a tag to compare

vendor._gowin: fix clock name quotes for Gowin IDE

Gowin IDE seems unhappy with quotes in clock signal names. For instance,
with the following SDC:

create_clock -name "clk50_0__io" -period 20.0 [get_ports
    {clk50_0__io}]

Gowin IDE will complain with the following error message:

ERROR  (TA2000) : "top.sdc":2 | 'syntax error' near token '-period'

Changing quotes with curly braces fixes the issue.

0.5.1

22 Jul 22:39

Choose a tag to compare

v0.5.1

vendor._gowin: Fix sdc syntax.

0.5.0

14 Jun 19:55

Choose a tag to compare

v0.5.0

Release version 0.5.

0.4.5

03 Apr 15:35

Choose a tag to compare

v0.4.5

hdl.mem: warn about indexing memories with a `Value`.