vendor: Rename IntelPlatform to AlteraPlatform.

Fixes #1179.
This commit is contained in:
Wanda 2024-03-03 23:44:41 +01:00 committed by Catherine
parent 127fe1fd2e
commit c2001fe935
7 changed files with 18 additions and 16 deletions

10
docs/platform/altera.rst Normal file
View file

@ -0,0 +1,10 @@
Altera
######
.. currentmodule:: amaranth.vendor
The :class:`AlteraPlatform` class provides a base platform to support Altera toolchains.
The Quartus and Mistral toolchains are supported.
.. autoclass:: AlteraPlatform

View file

@ -1,10 +0,0 @@
Intel
#####
.. currentmodule:: amaranth.vendor
The :class:`IntelPlatform` class provides a base platform to support Intel toolchains.
The Quartus and Mistral toolchains are supported.
.. autoclass:: IntelPlatform