pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/simulavr



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Sep 12 06:20:35 UTC 2013

Modified Files:
        pkgsrc/emulators/simulavr: Makefile PLIST distinfo
Added Files:
        pkgsrc/emulators/simulavr/patches: patch-configure
            patch-doc_simulavr_texinfo patch-examples_atmel_key_scancodes.h
            patch-regress_timertest_timer_16bit.c patch-src_Makefile.in
Removed Files:
        pkgsrc/emulators/simulavr/patches: patch-aa patch-src_avrcore_h
            patch-src_decoder_h patch-src_disp-vcd_vcd.c
            patch-src_disp-vcd_vcd.h patch-src_flash_h patch-src_register_h
            patch-src_storage_h patch-src_utils_h patch-src_vdevs_h

Log Message:
(pkgsrc)
  Raw simulavr-1.0.0 does not build. Some patches, and SUBST to
  convert MACROS etc., are added reflecting git repository
  (These will be unnecessary at next release, hopefully).

(Upstream)
Bump the version
  simulavr-0.1.2.1 to
  simulavr-1.0.0

(From manual-1.0.pdf)
What features are new:

  - Run multiple AVR devices in one simulation. (only with interpreter
    interfaces or special application linked against simulavr library)
    Multiple cores can run where each has a different clock frequency.

  - Connect multiple AVR core pins to other devices like LCD, LED and
    others. (environment)

  - Connect multiple AVR cores to multiple avr-gdb instances. (each on
    its own socket/port number, but see first point for running multiple
    avr cores)

  - Write simulation scripts in Tcl/Tk or Python, other languages could
    be added by simply adding swig scripts!

  - Tracing the execution of the program, these traces support all
    debugging information directly from the ELF-file.

  - The traces run step by step for each device so you see all actions
    in the multiple devices in time-correct order.

  - Every interrupt call is visible.

  - Interrupt statistics with latency, longest and shortest execution
    time and some more.

  - There is a simple text based UI interface to add LCD, switches, LEDs
    or other components and can modify it during simulation, so there is
    no longer a need to enter a pin value during execution. (Tcl/Tk
    based)

  - Execution timing should be nearly accurate, different access times
    for internal RAM / external RAM / EEPROM and other hardware
    components are simulated.

  - A pseudo core hardware component is introduced to do "printf"
    debugging. This "device" is connected to a normal named UNIX socket
    so you do not have to waste a UART or other hardware in your test
    environment. (How?)

  - ELF-file loading is supported, no objcopy needed anymore.

  - Execution speed is tuned a lot, most hardware simulations are now
    only done if needed.

  - External IO pins which are not ports are also available. (E.g. ADC7
    and ADC8 on ATmega8 in TQFP package.)

  - External I/O and some internal states of hardware units (link
    prescaler counter and interrupt states) can be dumped ot into a VCD
    trace to analyse I/O behaviour and timing. Or you can use it for
    tests.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/emulators/simulavr/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/simulavr/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/simulavr/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/emulators/simulavr/patches/patch-aa
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/simulavr/patches/patch-configure \
    pkgsrc/emulators/simulavr/patches/patch-doc_simulavr_texinfo \
    pkgsrc/emulators/simulavr/patches/patch-examples_atmel_key_scancodes.h \
    pkgsrc/emulators/simulavr/patches/patch-regress_timertest_timer_16bit.c \
    pkgsrc/emulators/simulavr/patches/patch-src_Makefile.in
cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/simulavr/patches/patch-src_avrcore_h \
    pkgsrc/emulators/simulavr/patches/patch-src_decoder_h \
    pkgsrc/emulators/simulavr/patches/patch-src_disp-vcd_vcd.c \
    pkgsrc/emulators/simulavr/patches/patch-src_disp-vcd_vcd.h \
    pkgsrc/emulators/simulavr/patches/patch-src_flash_h \
    pkgsrc/emulators/simulavr/patches/patch-src_register_h \
    pkgsrc/emulators/simulavr/patches/patch-src_storage_h \
    pkgsrc/emulators/simulavr/patches/patch-src_utils_h \
    pkgsrc/emulators/simulavr/patches/patch-src_vdevs_h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index