arrow_sockit: Add README table entry and test target
This commit is contained in:
parent
98c80f0b2b
commit
bc255a6a0d
|
@ -129,6 +129,7 @@ The Colorlight5A is a very nice board to start with, cheap, powerful, easy to us
|
|||
| De0Nano | Intel Cyclone4 | EP4CE22F | 50MHz | FTDI | 16-bit 32MB SDR | No | No | No | No |
|
||||
| De10Lite | Intel MAX10 | 10M50DA | 50MHz | IOs | 16-bit 64MB SDR | No | No | No | No |
|
||||
| De10Nano | Intel Cyclone5 | 5CSEBA6 | 50MHz | IOs | 16-bit 32MB SDR | No | No | No | Yes |
|
||||
| Arrow SoCKit | Intel Cyclone5 | 5CSXFC6D6F31C8| 50MHz | JTAG | 32-bit 1GB DDR3* | No | No | No | No |
|
||||
| De1SoC | Intel Cyclone5 | 5CSEMA5 | 50MHz | IOs | 16-bit 64MB SDR | No | ? | ? | ? |
|
||||
| De2-115 | Intel Cyclone4 | EP4CE115 | 50MHz | IOs | 16-bit 128MB SDR | No | 1Gbps GMII* | 8MB QSPI | Yes* |
|
||||
| ECP5-EVN | Lattice ECP5 | LFE5UM5G-85F | 50MHz | FTDI | No | No | ? | ? | ? |
|
||||
|
|
|
@ -87,6 +87,7 @@ class TestTargets(unittest.TestCase):
|
|||
# Intel Cyclone5
|
||||
platforms.append("de1soc")
|
||||
platforms.append("de10nano")
|
||||
platforms.append("arrow_sockit")
|
||||
|
||||
# Intel Cyclone10
|
||||
platforms.append("c10lprefkit")
|
||||
|
|
Loading…
Reference in New Issue