The new maximum and minimum operators in VHDL-2008 take in two different values and return the larger or smaller respectively. For example:
out1 <= maximum(const1, const2);
The new maximum and minimum operators in VHDL-2008 take in two different values and return the larger or smaller respectively. For example:
out1 <= maximum(const1, const2);