File: todo.rst

package info (click to toggle)
openfpgaloader 0.10.0%2Bgit20230202-edea24f-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,124 kB
  • sloc: cpp: 19,681; python: 338; tcl: 84; vhdl: 58; makefile: 42
file content (31 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.. _todo:

To Do
#####

Global
======

* improve error message (be more precise)
* catch all exception
* documentation (code + API)

Cable
=====

* fix *ch552* (*Sipeed tangNano*): works with *SRAM*, fails with *Flash*
* *busblaster* support
* *anlogic* cable support

Devices/boards
==============

* improve frequency configuration. Use FPGA, cable or --freq args maximum frequency
* rework *cyclone10* eeprom access to avoid using FT2232 interfaceB Spi emulation (only supported by trenz board)
* fix checksum computation with *gowin GW2A*
* add support for *tangPrimer* (*anlogic EG4S20*)

Misc
====

* fix spiFlash class to be able to write everywhere (currently offset is hardcoded to 0)