/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to docs/ToDo

  • Committer: Suren A. Chilingaryan
  • Date: 2016-02-23 06:20:33 UTC
  • mfrom: (346.1.18 pcitool)
  • Revision ID: csa@suren.me-20160223062033-mz8qkpm1a2oioveb
Merge Python scripting support from Vasiliy Chernov

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
Normal Priority (it would make just few things a bit easier)
13
13
===============
14
 
 1. Support Python-scripts in the views (we need to provide python API to read registers/properties)
15
 
 2. Integrate base streaming model into the pcitool
16
 
 3. Implement pcilib_configure_autotrigger
17
 
 4. Really check the specified min, max values while setting registers
18
 
 5. Provide OR and AND operations on registers in cli
19
 
 6. Support writting a data from a binary file in cli
 
14
 1. Integrate base streaming model into the pcitool
 
15
 2. Implement pcilib_configure_autotrigger
 
16
 3. Really check the specified min, max values while setting registers
 
17
 4. Provide OR and AND operations on registers in cli
 
18
 5. Support writting a data from a binary file in cli
20
19
 
21
20
Low Priority (only as generalization for other projects)
22
21
============
25
24
 3. Define a syntax for register dependencies / delays (?)
26
25
 4. Use pthread_condition_t instead of polling
27
26
 5. Support FIFO reads/writes from/to registers
 
27
 6. OPC UA interface to the registers
 
28
 7. Generate XML models from SystemRDL descriptions
28
29
 
29
30
Performance
30
31
===========