From e03f635ed8b28cb9c20e13450f34f1268ac7cc90 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Fri, 24 Jan 2020 10:22:04 +0100 Subject: [PATCH] remove artix50t.sh settings as it is not needed anymore Signed-off-by: Alessandro Comodi --- settings/artix50t.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 settings/artix50t.sh diff --git a/settings/artix50t.sh b/settings/artix50t.sh deleted file mode 100644 index 852f0299..00000000 --- a/settings/artix50t.sh +++ /dev/null @@ -1,21 +0,0 @@ -export XRAY_DATABASE="artix7" -export XRAY_PART="xc7a50tfgg484-1" -export XRAY_ROI_FRAMES="0x00000000:0xffffffff" - -# All CLB's in part, all BRAM's in part, all DSP's in part. -# tcl queries IOB => don't bother adding -export XRAY_ROI_TILEGRID="SLICE_X0Y0:SLICE_X65Y99 SLICE_X0Y100:SLICE_X57Y149 RAMB18_X0Y0:RAMB18_X1Y59 RAMB36_X0Y0:RAMB36_X1Y29 RAMB18_X2Y0:RAMB18_X2Y39 RAMB36_X2Y0:RAMB36_X2Y19 DSP48_X0Y0:DSP48_X1Y59" - -export XRAY_EXCLUDE_ROI_TILEGRID="" - -export XRAY_IOI3_TILES="LIOI3_X0Y9 RIOI3_X43Y9" - -export XRAY_PIN_00="E22" -export XRAY_PIN_01="D22" -export XRAY_PIN_02="E21" -export XRAY_PIN_03="D21" -export XRAY_PIN_04="G21" -export XRAY_PIN_05="G22" -export XRAY_PIN_06="F21" - -source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh