head 1.3; access; symbols pkgsrc-2013Q2:1.2.0.56 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.54 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.52 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.50 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.48 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.46 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.44 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.42 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.40 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.38 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.36 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.34 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.32 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.30 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.26 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.24 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.22 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.20 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.18 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.16 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.14 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.12 pkgsrc-2008Q1:1.2.0.10 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.0.14 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.12 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.10 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.8 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.6 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2 pkgsrc-2005Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2013.09.12.06.20.35; author mef; state dead; branches; next 1.2; commitid ASehM97O2d9v575x; 1.2 date 2007.03.07.17.31.23; author joerg; state Exp; branches; next 1.1; 1.1 date 2005.04.22.14.09.03; author wiz; state Exp; branches; next ; desc @@ 1.3 log @(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. @ text @$NetBSD: patch-aa,v 1.2 2007/03/07 17:31:23 joerg Exp $ --- doc/Makefile.in.orig 2004-01-18 23:58:29.000000000 +0000 +++ doc/Makefile.in @@@@ -459,7 +459,7 @@@@ uninstall-am: uninstall-info-am uninstal uninstall uninstall-am uninstall-info-am uninstall-local -all-local: html $(TARGET_PS) $(TARGET_PDF) +all-local: # Rule for generating postscript output. ps: simulavr.ps $(TARGET_DOX_PS) @@@@ -490,7 +490,7 @@@@ install-html: html $(INSTALL_DOX_HTML) done # General rule for installing documentation -install-data-local: install-html install-ps $(INSTALL_PDF) +install-data-local: uninstall-local: rm -rf $(DOC_INST_DIR) @ 1.2 log @Sync PLIST and build instructions: force it to believe that texi2dvi and texi2html exist, so that configure believes that the documentation is wanted. Afterwards just patch the Makefile to not really use those as intended according. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Add patch to make this look for the generated html pages in the correct place. Should fix bulk build. @ text @d3 1 a3 1 --- doc/Makefile.in.orig 2004-01-19 00:58:29.000000000 +0100 d5 18 a22 9 @@@@ -472,7 +472,7 @@@@ install-ps: ps $(INSTALL_DOX_PS) html: $(info_TEXINFOS) $(TARGET_DOX_HTML) mkdir -p html texi2html -split_node $(srcdir)/$(info_TEXINFOS) - mv *.html html + mv simulavr/*.html html if test -f html/simulavr.html ; then \ cp html/simulavr.html html/index.html ; \ else \ @