build.plat: TemplatedPlatform.iter_extra_files→Platform.iter_files.
authorwhitequark <whitequark@whitequark.org>
Tue, 10 Nov 2020 05:30:21 +0000 (05:30 +0000)
committerwhitequark <whitequark@whitequark.org>
Tue, 10 Nov 2020 05:30:30 +0000 (05:30 +0000)
commitd6da4c257be2eafcbebc3f956ca09c0aabf092bd
tree483001e180a43d8740315b8e2e721dd3b315b8c5
parentea94c9cc45c1c6d47673160a4c6edcfa9e37141d
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