build.plat: TemplatedPlatform.iter_extra_files→Platform.iter_files.
authorwhitequark <whitequark@whitequark.org>
Tue, 10 Nov 2020 05:30:21 +0000 (05:30 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 15:22:57 +0000 (15:22 +0000)
commit0fecce392e40a8b440b9881e0c8b75dc84ab1db8
tree2c409decdb2d305d077321f60a7d1d2b05755c55
parent8d294f0bbb9e30f74383793737363b89af5322e6
build.plat: TemplatedPlatform.iter_extra_files→Platform.iter_files.

This function was added in commit 20553b14 in the wrong place, with
the wrong name, and without tests. Fix all that.
nmigen/build/plat.py
nmigen/vendor/intel.py
nmigen/vendor/lattice_ecp5.py
nmigen/vendor/lattice_ice40.py
nmigen/vendor/lattice_machxo_2_3l.py
nmigen/vendor/quicklogic.py
nmigen/vendor/xilinx_7series.py
nmigen/vendor/xilinx_spartan_3_6.py
nmigen/vendor/xilinx_ultrascale.py
tests/test_build_plat.py