Skip to content

Commit 47dea6f

Browse files
Deploying to main from @ amaranth-lang/amaranth@6d7b17e 🚀
1 parent 275af53 commit 47dea6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+186
-510
lines changed

docs/amaranth/latest/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d34c43b1918f968f1ed0e01e3aa4d36d
3+
config: 391232d3b3dd4007ee8c67d2f4f82791
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
2.43 KB
Binary file not shown.
-41.2 KB
Binary file not shown.
-431 Bytes
Binary file not shown.
Binary file not shown.

docs/amaranth/latest/_sources/changes.rst.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Documentation for past releases
99

1010
Documentation for past releases of the Amaranth language and toolchain is available online:
1111

12+
* `Amaranth 0.5.0 <https://amaranth-lang.org/docs/amaranth/v0.5.0/>`_
1213
* `Amaranth 0.4.5 <https://amaranth-lang.org/docs/amaranth/v0.4.5/>`_
1314
* `Amaranth 0.4.4 <https://amaranth-lang.org/docs/amaranth/v0.4.4/>`_
1415
* `Amaranth 0.4.3 <https://amaranth-lang.org/docs/amaranth/v0.4.3/>`_
@@ -18,6 +19,18 @@ Documentation for past releases of the Amaranth language and toolchain is availa
1819
* `Amaranth 0.3 <https://amaranth-lang.org/docs/amaranth/v0.3/>`_
1920

2021

22+
Version 0.6 (unreleased)
23+
========================
24+
25+
26+
Standard library changes
27+
------------------------
28+
29+
.. currentmodule:: amaranth.lib
30+
31+
* Removed: (deprecated in 0.5) :mod:`amaranth.lib.coding`. (`RFC 63`_)
32+
33+
2134
Version 0.5
2235
===========
2336

docs/amaranth/latest/_sources/stdlib.rst.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The :mod:`amaranth.lib` module, also known as the standard library, provides mod
55

66
1. Modules that will used by essentially all idiomatic Amaranth code, or which are necessary for interoperability. This includes :mod:`amaranth.lib.enum` (enumerations), :mod:`amaranth.lib.data` (data structures), :mod:`amaranth.lib.wiring` (interfaces and components), :mod:`amaranth.lib.meta` (interface metadata), and :mod:`amaranth.lib.stream` (data streams).
77
2. Modules that abstract common functionality whose implementation differs between hardware platforms. This includes :mod:`amaranth.lib.memory` and :mod:`amaranth.lib.cdc`.
8-
3. Modules that have essentially one correct implementation and are of broad utility in digital designs. This includes :mod:`amaranth.lib.coding`, :mod:`amaranth.lib.fifo`, and :mod:`amaranth.lib.crc`.
8+
3. Modules that have essentially one correct implementation and are of broad utility in digital designs. This includes :mod:`amaranth.lib.fifo`, and :mod:`amaranth.lib.crc`.
99

1010
As part of the Amaranth backwards compatibility guarantee, any behaviors described in these documents will not change from a version to another without at least one version including a warning about the impending change. Any nontrivial change to these behaviors must also go through the public review as a part of the `Amaranth Request for Comments process <https://amaranth-lang.org/rfcs/>`_.
1111

@@ -22,6 +22,5 @@ The Amaranth standard library is separate from the Amaranth language: everything
2222
stdlib/memory
2323
stdlib/io
2424
stdlib/cdc
25-
stdlib/coding
2625
stdlib/fifo
2726
stdlib/crc

docs/amaranth/latest/_sources/stdlib/coding.rst.txt

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/amaranth/latest/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.5.0.dev1',
3+
VERSION: '0.6.0.dev1',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/amaranth/latest/changes.html

Lines changed: 48 additions & 34 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)