Commit 4c8f1e4cff73e635c187d029b325ba512224e29e
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 7f55be8565b9b16a126ed46f7391632b61a76cc7..40d7b3ceb9c528bed1f9dbd9f24aa3133eb71430 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