Re: [Simulavr-devel] [bug #40594] Store simulation parameters inside the ELF file

2013-12-28 Thread Markus Hitter
Am 28.12.2013 06:11, schrieb Onno Kortmann: > Is there any way to have avr-gcc insert this, or at least > the parts that are specified on the command line (such as -mcpu=...), > automatically? While macros can be put in there, avr-gcc doesn't #define the "atmega644" term, but __AVR_ATmega644__ ins

Re: [Simulavr-devel] Signal tracing to VCD file.

2013-12-28 Thread Markus Hitter
Am 28.12.2013 06:08, schrieb Onno Kortmann: > I originally wrote the VCD code. Excellent, nice to meet you! > I remember correctly, the 'range' feature for the list of > traced variables is to specify a range of variables, not a range the > variable is in. For example all of PORTB 0 .. 7. It's q