set_latency


Description:

public void set_latency (ClockTime min_latency, ClockTime max_latency)

Lets Decoder sub-classes tell the baseclass what the decoder latency is.

If the provided values changed from previously provided ones, this will also post a LATENCY message on the bus so the pipeline can reconfigure its global latency.

Parameters:

this

a Decoder

min_latency

minimum latency

max_latency

maximum latency