| lpm_xor Megafunction | |
The following AHDL function prototype is located in the AHDL Include File (.inc) Definitionlpm_xor.inc in the <Quartus® Prime Standard Edition installation directory>\libraries\megafunctions directory.
FUNCTION lpm_xor(data[LPM_SIZE-1..0][LPM_WIDTH-1..0])
WITH (LPM_WIDTH, LPM_SIZE)
RETURNS (result[LPM_WIDTH-1..0]);