From 8b85afa72e09b334b29c28565709cd50d8112d11 Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 6 Apr 2022 04:18:40 +0000 Subject: [PATCH] docs/changes: document OSCH available as default clock source. --- docs/changes.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 9a8db6d..6fa572a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -9,6 +9,7 @@ Next version Support for Python 3.6 has been dropped. + Toolchain changes ----------------- @@ -17,6 +18,14 @@ Toolchain changes * Added: ``debug_verilog`` override in :class:`build.TemplatedPlatform`. +Platform integration changes +---------------------------- + +.. currentmodule:: amaranth.vendor + +* Added: ``OSCH`` as ``default_clk`` clock source in :class:`vendor.lattice_machxo_2_3l.LatticeMachXO2Or3LPlatform`. + + Version 0.3 ============ @@ -95,7 +104,7 @@ Platform integration changes .. currentmodule:: amaranth.vendor -* Added: ``SB_LFOSC`` and ``SB_HFOSC`` as ``default_clk`` clock sources in :class:`lattice_ice40.LatticeICE40Platform`, . +* Added: ``SB_LFOSC`` and ``SB_HFOSC`` as ``default_clk`` clock sources in :class:`lattice_ice40.LatticeICE40Platform`. * Added: :class:`lattice_machxo2.LatticeMachXO2Platform` generates binary (``.bit``) bitstreams. * Added: :class:`lattice_machxo_2_3l.LatticeMachXO3LPlatform`. * Deprecated: :mod:`lattice_machxo2`; use :class:`lattice_machxo_2_3l.LatticeMachXO2Platform` instead.