vcd: Increase trace buffer size
authorMichel Pollet <buserror@gmail.com>
Mon, 21 Feb 2011 18:02:03 +0000 (18:02 +0000)
committerMichel Pollet <buserror@gmail.com>
Mon, 21 Feb 2011 18:02:03 +0000 (18:02 +0000)
Ran into the 128 limit at some point..

Signed-off-by: Michel Pollet <buserror@gmail.com>
simavr/sim/sim_vcd_file.h

index 7f55be8..40d7b3c 100644 (file)
@@ -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