From: Michel Pollet Date: Mon, 21 Feb 2011 18:02:03 +0000 (+0000) Subject: vcd: Increase trace buffer size X-Git-Tag: v1.0a7~32 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=4c8f1e4cff73e635c187d029b325ba512224e29e;p=sx%2Fsimavr.git vcd: Increase trace buffer size Ran into the 128 limit at some point.. Signed-off-by: Michel Pollet --- diff --git a/simavr/sim/sim_vcd_file.h b/simavr/sim/sim_vcd_file.h index 7f55be8..40d7b3c 100644 --- a/simavr/sim/sim_vcd_file.h +++ b/simavr/sim/sim_vcd_file.h @@ -40,7 +40,7 @@ extern "C" { */ #define AVR_VCD_MAX_SIGNALS 32 -#define AVR_VCD_LOG_SIZE 128 +#define AVR_VCD_LOG_SIZE 256 typedef struct avr_vcd_signal_t { avr_irq_t irq; // receiving IRQ