tinyfpga_ax{1,2}: add missing `resources`.
authorSimon Kirkby <obeygiantrobot@gmail.com>
Fri, 8 May 2020 04:40:13 +0000 (12:40 +0800)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 04:40:13 +0000 (04:40 +0000)
nmigen_boards/tinyfpga_ax1.py
nmigen_boards/tinyfpga_ax2.py

index 979245a2f01826cbe23e204c6a27bf7d1ac80e3a..d67fb2869b5bca7bc21ac0e9eb4f015a5c441b5c 100644 (file)
@@ -20,5 +20,5 @@ class TinyFPGAAX1Platform(LatticeMachXO2Platform):
              "-  -  -  -  4  5  8  9  10 11 12 "
         ),
     ]
-
+    resources = []
     # This board doesn't have an integrated programmer.
index cd702ad39bec2894b49d3e3ca628e71373b4cf7b..c7cafa1c51ca284ebe2d094f21dfd690bcba44c9 100644 (file)
@@ -20,5 +20,5 @@ class TinyFPGAAX2Platform(LatticeMachXO2Platform):
              "-  -  -  -  4  5  8  9  10 11 12 "
         ),
     ]
-
+    resources = []
     # This board doesn't have an integrated programmer.