diff options
| author | Simon Kirkby <obeygiantrobot@gmail.com> | 2020-05-08 12:40:13 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 04:40:13 +0000 |
| commit | 2f02b39965500bd1b9a484920a4c06d8cca9b83a (patch) | |
| tree | 8d050b74acb511e0a009b4feff98395fd40e42ad /nmigen_boards/tinyfpga_ax1.py | |
| parent | f6b28cef8d92b3f2beaf171f16867999989e388b (diff) | |
tinyfpga_ax{1,2}: add missing `resources`.
Diffstat (limited to 'nmigen_boards/tinyfpga_ax1.py')
| -rw-r--r-- | nmigen_boards/tinyfpga_ax1.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
