You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changes.rst
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Apply the following changes to code written against Amaranth 0.4 to migrate it t
41
41
* Remove any usage of ``name=`` with assertions, possibly replacing them with custom messages
42
42
* Ensure all elaboratables are subclasses of :class:`Elaboratable`
43
43
* Ensure clock domains aren't used outside the module that defines them, or its submodules; move clock domain definitions upwards in the hierarchy as necessary
44
+
* Remove uses of ``amaranth.lib.coding.*`` by inlining or copying the implementation of the modules.
0 commit comments