From 4c8f1e4cff73e635c187d029b325ba512224e29e Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Mon, 21 Feb 2011 18:02:03 +0000 Subject: [PATCH] vcd: Increase trace buffer size Ran into the 128 limit at some point.. Signed-off-by: Michel Pollet --- simavr/sim/sim_vcd_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5