File: ToDo

package info (click to toggle)
xc3sprog 0%2Bsvn795%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 8,800 kB
  • sloc: cpp: 15,983; ansic: 849; vhdl: 410; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- Use Bitarrays and not One-Byte-for-a-Bit in javr
- AT90CAN reads back the flash as Bytes. With USB transfers,
  this is damned slow. Provides some mechanism to queue read requests
- Compress the XC3AN bit files and include into the binary
- More cables
- Cleanup C++ code
- More devices (XC2C, XC95xx (without X))
- Other devices with published 1532 algorithm
- Bitorder for Intel HEX format
- Finer granularity for erasing XCFP
- ...
- Check Byte Order IHEX versus MCS
- Document cable Database
- Break possible infinite loops, like ProgAlgXC3S::array_program
    do
    jtag->shiftIR(CFG_IN, buf);
  while (! (buf[0] & 0x10)); /* wait until configuration cleared */
- Progress in indicator when writing large bitfiles in legacy mode. Perhaps
  have an indicator thread reading out variables when writing the JTAG bits