From fb4b6f8f33a19978e7e17f8d1ef9a6796cf84edc Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 2 Jun 2019 04:11:06 +0000 Subject: [PATCH] =?utf8?q?vendor.tinyfpga=5F{b=E2=86=92bx}?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- nmigen/vendor/{tinyfpga_b.py => tinyfpga_bx.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename nmigen/vendor/{tinyfpga_b.py => tinyfpga_bx.py} (90%) diff --git a/nmigen/vendor/tinyfpga_b.py b/nmigen/vendor/tinyfpga_bx.py similarity index 90% rename from nmigen/vendor/tinyfpga_b.py rename to nmigen/vendor/tinyfpga_bx.py index 6960b84..ccaa2b3 100644 --- a/nmigen/vendor/tinyfpga_b.py +++ b/nmigen/vendor/tinyfpga_bx.py @@ -2,10 +2,10 @@ from ..build import * from .fpga.lattice_ice40 import LatticeICE40Platform, TinyProgrammerMixin -__all__ = ["TinyFPGABPlatform"] +__all__ = ["TinyFPGABXPlatform"] -class TinyFPGABPlatform(TinyProgrammerMixin, LatticeICE40Platform): +class TinyFPGABXPlatform(TinyProgrammerMixin, LatticeICE40Platform): device = "lp8k" package = "cm81" clocks = [ -- 2.30.2