Forum Discussion
sstrell
Super Contributor
3 years agoYou are using bit_cnt as an index for dat_in, but the value of bit_cnt can become greater than 7 (the range you set for dat_in) because you are incrementing it up to 10 at max. So without compiling it myself, something is getting optimized or latched because of this. You probably are seeing warnings in the messages window about this. Can you post those warnings?