File: TODO

package info (click to toggle)
gpsim 0.32.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,644 kB
  • sloc: cpp: 121,258; asm: 54,223; ansic: 13,576; python: 9,708; sh: 4,695; makefile: 1,575; lex: 1,139; yacc: 854; pascal: 511; perl: 93; awk: 44; xml: 41
file content (58 lines) | stat: -rw-r--r-- 2,045 bytes parent folder | download | duplicates (10)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58



TODO - In no particular order:

  o Provide option to disable the nop portion of two-word
    18cxxx instructions in assembly dumps. 
  o Parallel stimuli
  o High frequency stimuli (currently, the cpu frequency is the
    maximum stimulation frequency) 
  o Support different clock types like variable frequency oscillators.
  o Gui support
    - Add an 'architecture' command for querying a pic's architecture
    - Provide a means for obtaining the current simulation state,
    saving the current simulation state, and finding the difference
    between two simulation states.  

    - Memory management. gpsim is very cavalier with memory. In a few
      instances, I check for insufficient memory, however I need to be
      more thorough. Fortunately, gpsim very seldom deletes
      instantiated objects. So I suspect there are no leaks... 

  o I2C Peripheral Support
  o I2C EEPROM Modules
  o Module call support - Other than attributes, there is no real good
    way to interface with modules. So the idea is to create
  infrastructure that defines how a module can expose an API that the
  simulation call.
  o dsPic support
  o High Level source (C and Jal)

  o Extended Stimuli
    - These are stimuli that are implemented as modules. Currently
  the PulseGen stimulus can replace most of what an asynchronous
  stimulus does. This needs to be finished.
    - Add a PWL 
    - Add a File Stimulus


GUI
---

  o Source Browser:
    - Provide a way of selecting which break to clear if multiple
      breaks are set at one address
  o Breakpoint Window - Add this to manage breakpoints.
  o Symbol Window - It's pretty much useless at the moment.
  o Program Memory - This is still using the GTK-1.x api. 
  o Breadboard window
    -- Needs a major overhaul
    -- Create addition package types (like TQFP). Cairo allows text to
       be drawn in any direction.
    -- Allow pins to be queried.
  o Waveform viewer - add.
    -- The waveform viewer should allow the users to view I/O pin
       state and Attribute states.