From: Simon Kirkby Date: Fri, 8 May 2020 04:40:13 +0000 (+0800) Subject: tinyfpga_ax{1,2}: add missing `resources`. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f02b39965500bd1b9a484920a4c06d8cca9b83a;p=nmigen-boards.git tinyfpga_ax{1,2}: add missing `resources`. --- diff --git a/nmigen_boards/tinyfpga_ax1.py b/nmigen_boards/tinyfpga_ax1.py index 979245a..d67fb28 100644 --- a/nmigen_boards/tinyfpga_ax1.py +++ b/nmigen_boards/tinyfpga_ax1.py @@ -20,5 +20,5 @@ class TinyFPGAAX1Platform(LatticeMachXO2Platform): "- - - - 4 5 8 9 10 11 12 " ), ] - + resources = [] # This board doesn't have an integrated programmer. diff --git a/nmigen_boards/tinyfpga_ax2.py b/nmigen_boards/tinyfpga_ax2.py index cd702ad..c7cafa1 100644 --- a/nmigen_boards/tinyfpga_ax2.py +++ b/nmigen_boards/tinyfpga_ax2.py @@ -20,5 +20,5 @@ class TinyFPGAAX2Platform(LatticeMachXO2Platform): "- - - - 4 5 8 9 10 11 12 " ), ] - + resources = [] # This board doesn't have an integrated programmer.