i have 4 cases in my case structure. after executing case 0, it will go to case 1. inside case 1, there is a Select function. if the input of the function is True, it will output a value of 0 which will be connected to a shift register then to the case selector; if the input is False, it should go to case 2. the problem is it stops doing anything after shift register pass the value to the case selector, it doesn't go to any case. and there is only case 1 having problem. Please help!
Thank you