Searched refs:delay_max (Results 1 – 2 of 2) sorted by relevance
223 delay_max = (1u << (5 - bits)) - 1; in finalize()226 delay_max = 31; in finalize()267 if (_delay > program.delay_max) { in encode()268 if (program.delay_max == 31) { in encode()272 …msg << "the instruction delay limit is " << program.delay_max << " because of the side set specifi… in encode()
305 int delay_max; member