Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- And display val in the wave window. --- Quote End --- Yeps, I've tried that but still the same result after the counter reaches 57672. Could it be that I have reached some kind of limit with my ModelSim Starter Edition? The Altera website says the limit is 10,000 executable lines. I don't have this number of lines, but the main top module does call a few IP modules such as altshift_taps.. so it could be the case :( Can somebody please confirm this? Assuming I get the data reading to work, I have a question related to Avalon ST this time: Is my implementation of endofpacket correct? if (i == `NUMBER_OF_PIXEL_VALUES-1) src_transaction.endofpacket = 1; I am not too sure if end of packet means the end of the whole of the data to be transferred. Also, how do I get output values from the device under test to go to snk_transaction.data?