Skip to content

Commit 3a3bf81

Browse files
hcschwhitequark
authored andcommitted
docs/changes: update for new anon fragment names
1 parent 5c80ffb commit 3a3bf81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Toolchain changes
8181
* Changed: :meth:`ResourceManager.add_clock_constraint <amaranth.build.res.ResourceManager.add_clock_constraint>` now accepts a :class:`Period <amaranth.hdl.Period>` for :py:`period`. (`RFC 66`_)
8282
* Changed: :class:`Clock <amaranth.build.dsl.Clock>` now accepts a :class:`Period <amaranth.hdl.Period>` for :py:`period`. (`RFC 66`_)
8383
* Changed: :attr:`Clock.period <amaranth.build.dsl.Clock.period>` now returns a :class:`Period <amaranth.hdl.Period>`. (`RFC 66`_)
84+
* Changed: Anonymous sub-:class:`Module`\ s/sub-:class:`Fragment`\ s are now assigned a name like ``<type_name>$<number>`` based on their type (outermost :class:`Elaboratable`, :attr:`Instance.type`, falling back to ``U$<number>``)
8485
* Deprecated: Passing a :class:`float` of seconds or hertz to any of the methods/arguments now accepting a :class:`Period <amaranth.hdl.Period>`. (`RFC 66`_)
8586
* Deprecated: Passing :py:`frequency=` to :meth:`ResourceManager.add_clock_constraint <amaranth.build.res.ResourceManager.add_clock_constraint>`. (`RFC 66`_)
8687
* Deprecated: Passing :py:`frequency=` to :class:`Clock <amaranth.build.dsl.Clock>`. (`RFC 66`_)

0 commit comments

Comments
 (0)