blob: f88b80f5ec04e1e90d964ae5a39eccabe9f4e007 [file] [log] [blame] [edit]
project_ray_prepare_database(
PRJRAY_ARCH artix7
PRJRAY_DIR ${PRJXRAY_DIR}
PRJRAY_DB_DIR ${PRJXRAY_DB_DIR}
PROTOTYPE_PART xc7a200tffg1156-1
PARTS xc7a200tffg1156-1 xc7a200tsbg484-1
)
set(ARCH artix7_200t)
add_xc_arch_define(
ARCH ${ARCH}
FAMILY xc7
PRJRAY_DIR ${PRJXRAY_DIR}
PRJRAY_DB_DIR ${PRJXRAY_DB_DIR}
PRJRAY_NAME prjxray
PRJRAY_ARCH artix7
PROTOTYPE_PART xc7a200tffg1156-1
)
add_subdirectory(tiles)
add_subdirectory(devices)
get_target_property_required(VPR_ARCH_ARGS ${ARCH} VPR_ARCH_ARGS)
define_xc_toolchain_target(
ARCH ${ARCH}
ROUTE_CHAN_WIDTH 500
VPR_ARCH_ARGS ${VPR_ARCH_ARGS}
)