This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
abc/abc-overflow.patch
Jerry James c3b63ec8c9 Update to latest git snapshot.
- Add patches: -strict-aliasing, -overflow.
- Avoid bogus rpaths.
2021-04-01 09:05:43 -06:00

11 lines
766 B
Diff

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