Require settings.sh to be already in environment

Signed-off-by: Clifford Wolf <clifford@clifford.at>
Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
Clifford Wolf 2017-10-17 23:35:14 +02:00
parent 2ba55ff84c
commit 16584e8fa4
6 changed files with 0 additions and 11 deletions

View File

@ -1,8 +1,6 @@
#!/bin/bash
set -ex
source ../../settings.sh
test $# = 1
test ! -e $1
mkdir $1

View File

@ -1,8 +1,6 @@
#!/bin/bash
set -ex
source ../../settings.sh
test $# = 1
test ! -e $1
mkdir $1

View File

@ -1,6 +1,4 @@
include ../../settings.sh
N := 1
SPECIMENS := $(addprefix specimen_,$(shell seq -f '%03.0f' $(N)))
SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))

View File

@ -1,8 +1,6 @@
#!/bin/bash
set -ex
source ../../settings.sh
test $# = 1
test ! -e $1
mkdir $1

View File

@ -2,8 +2,6 @@
set -ex
source ../settings.sh
cat > design.xdc << EOT
set_property -dict {PACKAGE_PIN $XRAY_PIN_00 IOSTANDARD LVCMOS33} [get_ports I[0]]
set_property -dict {PACKAGE_PIN $XRAY_PIN_01 IOSTANDARD LVCMOS33} [get_ports I[1]]

View File

@ -1 +0,0 @@
database/artix7/settings.sh