Altera_Forum
Honored Contributor
10 years agoChannel and resources
Hi,
I have got a question about channels and ressources. If I used this code:... channel long int ChannelIMG __atribute((depth(10000))); __kernel void WriteValue(...) {... write_channel_altera(ChannelIMG ,MyValue)... } ... __kernel void ReadValue { MyTmpValue = read_channel_altera(ChannelIMG) } If I changed the value of "10000" to 100, for example, the "Resource Usage Summary" didn't change. Is it normal, Why? thanks Dara