rrucha
Member level 3
I have two separate modules that iterate over a range. One generator module will produce input for DUT and this data goes to another module that works on this data iteratively. I tried to code this but somehow I do not know how to transfer the control from one block to another step by step. Can anyone help?