c3b63ec
--- src/map/if/ifDsd.c.orig	2021-03-28 19:40:27.000000000 -0600
c3b63ec
+++ src/map/if/ifDsd.c	2021-03-31 09:50:14.911798180 -0600
c3b63ec
@@ -91,7 +91,7 @@ struct If_DsdMan_t_
c3b63ec
     Vec_Mem_t *    vTtMem[IF_MAX_FUNC_LUTSIZE+1];  // truth table memory and hash table
c3b63ec
     Vec_Ptr_t *    vTtDecs[IF_MAX_FUNC_LUTSIZE+1]; // truth table decompositions
c3b63ec
     Vec_Wec_t *    vIsops[IF_MAX_FUNC_LUTSIZE+1];  // ISOP for each function
c3b63ec
-    int *          pSched[IF_MAX_FUNC_LUTSIZE];    // grey code schedules
c3b63ec
+    int *          pSched[IF_MAX_FUNC_LUTSIZE+1];  // grey code schedules
c3b63ec
     int            nTtBits;        // the number of truth table bits
c3b63ec
     int            nConfigWords;   // the number of words for config data per node
c3b63ec
     Vec_Wrd_t *    vConfigs;       // permutations