ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


The family_t datatype

The family_t datatype is used to symbolically represent a particular Xilinx FPGA family and is defined as follows:

type family_t is (
    family_virtex,    -- Virtex/Virtex-E/Virtex-EM
    family_virtex2,   -- Virtex-II
    family_virtex2p,  -- Virtex-II Pro
    family_virtex4,   -- Virtex-4
    family_virtex5);  -- Virtex-5

 


 Top of page