diff --git a/Makefile b/Makefile index 0db670ee..3e8f2510 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC SHELL = bash ALL_EXCLUDE = third_party .git env build docs/env diff --git a/database/Makefile b/database/Makefile index 41081406..ec7c675f 100644 --- a/database/Makefile +++ b/database/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC DATABASE_FILES = *.csv *.db *.json *.yaml *.fasm TIMINGS_FILES = *.sdf PART_DIRECTORIES = xc7*/ diff --git a/docs/Makefile b/docs/Makefile index 3028a5bd..103b5e17 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # Minimal makefile for Sphinx documentation # diff --git a/experiments/clbpips/Makefile b/experiments/clbpips/Makefile index d2111cbc..ec0cbd07 100644 --- a/experiments/clbpips/Makefile +++ b/experiments/clbpips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 5 SPECIMENS := $(addprefix specimen_,$(shell seq -f '%03.0f' $(N))) diff --git a/experiments/example/Makefile b/experiments/example/Makefile index f805eeea..dec8d104 100644 --- a/experiments/example/Makefile +++ b/experiments/example/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 10 SPECIMENS := $(addprefix specimen_,$(shell seq -f '%03.0f' $(N))) diff --git a/experiments/gndvcc/Makefile b/experiments/gndvcc/Makefile index 2022429e..c2c142aa 100644 --- a/experiments/gndvcc/Makefile +++ b/experiments/gndvcc/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 10 SPECIMENS := $(addprefix specimen_,$(shell seq -f '%03.0f' $(N))) diff --git a/experiments/pipsroute/Makefile b/experiments/pipsroute/Makefile index 076f8607..1b896a05 100644 --- a/experiments/pipsroute/Makefile +++ b/experiments/pipsroute/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 100 SPECIMENS := $(addprefix specimen_,$(shell seq -f '%03.0f' $(N))) diff --git a/fuzzers/000-init-db/Makefile b/fuzzers/000-init-db/Makefile index 64f6a51f..97ea5d82 100644 --- a/fuzzers/000-init-db/Makefile +++ b/fuzzers/000-init-db/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC MASKS=\ bram \ diff --git a/fuzzers/001-part-yaml/Makefile b/fuzzers/001-part-yaml/Makefile index bf90aa97..ec59b062 100644 --- a/fuzzers/001-part-yaml/Makefile +++ b/fuzzers/001-part-yaml/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 BUILD_DIR = build_${XRAY_PART} SPECIMENS := $(addprefix $(BUILD_DIR)/specimen_,$(shell seq -f '%03.0f' $(N))) diff --git a/fuzzers/005-tilegrid/Makefile b/fuzzers/005-tilegrid/Makefile index a02bba5c..e568eeb6 100644 --- a/fuzzers/005-tilegrid/Makefile +++ b/fuzzers/005-tilegrid/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC FUZDIR=$(shell pwd) BUILD_FOLDER=build_${XRAY_PART} BUILD_DIR=$(FUZDIR)/$(BUILD_FOLDER) diff --git a/fuzzers/005-tilegrid/bram/Makefile b/fuzzers/005-tilegrid/bram/Makefile index 4b3f5a1e..74b6bf61 100644 --- a/fuzzers/005-tilegrid/bram/Makefile +++ b/fuzzers/005-tilegrid/bram/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 12 GENERATE_ARGS?="--oneval 1 --design params.csv --dword 2 --dframe 1B" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/bram_block/Makefile b/fuzzers/005-tilegrid/bram_block/Makefile index d06ceb11..a8872b93 100644 --- a/fuzzers/005-tilegrid/bram_block/Makefile +++ b/fuzzers/005-tilegrid/bram_block/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 12 GENERATE_ARGS?="--oneval 1 --design params.csv --dword 0 --dframe 0" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/bram_int/Makefile b/fuzzers/005-tilegrid/bram_int/Makefile index a668b99c..376e65e5 100644 --- a/fuzzers/005-tilegrid/bram_int/Makefile +++ b/fuzzers/005-tilegrid/bram_int/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 15 GENERATE_ARGS?="--oneval 0 --design params.csv --dword 1 --dframe 15" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/cfg/Makefile b/fuzzers/005-tilegrid/cfg/Makefile index 215b3469..e7ad0523 100644 --- a/fuzzers/005-tilegrid/cfg/Makefile +++ b/fuzzers/005-tilegrid/cfg/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 2 GENERATE_ARGS?="--oneval 1 --design params.csv --dword 67 --dframe 1B --dbit 18" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/cfg_int/Makefile b/fuzzers/005-tilegrid/cfg_int/Makefile index e073f312..fd032f22 100644 --- a/fuzzers/005-tilegrid/cfg_int/Makefile +++ b/fuzzers/005-tilegrid/cfg_int/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 10 GENERATE_ARGS?="--oneval 0 --design params.csv --dframe 15 --dword 0" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/clb/Makefile b/fuzzers/005-tilegrid/clb/Makefile index c7a905fc..f61a4bae 100644 --- a/fuzzers/005-tilegrid/clb/Makefile +++ b/fuzzers/005-tilegrid/clb/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 20 GENERATE_ARGS?="--oneval 1 --design params.csv --dword 0 --dframe 0" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/clb_int/Makefile b/fuzzers/005-tilegrid/clb_int/Makefile index 27baa998..d6470e0c 100644 --- a/fuzzers/005-tilegrid/clb_int/Makefile +++ b/fuzzers/005-tilegrid/clb_int/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 20 GENERATE_ARGS?="--oneval 0 --design params.csv --dword 1 --dframe 15" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/clk_bufg/Makefile b/fuzzers/005-tilegrid/clk_bufg/Makefile index 68c698be..dd085489 100644 --- a/fuzzers/005-tilegrid/clk_bufg/Makefile +++ b/fuzzers/005-tilegrid/clk_bufg/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 5 GENERATE_ARGS?="--oneval 1 --design params.csv --dword 0 --dframe 1B" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/clk_hrow/Makefile b/fuzzers/005-tilegrid/clk_hrow/Makefile index 1934a3f7..f2085ccc 100644 --- a/fuzzers/005-tilegrid/clk_hrow/Makefile +++ b/fuzzers/005-tilegrid/clk_hrow/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 5 GENERATE_ARGS?="--oneval 1 --design params.csv --dword 6 --dframe 1A" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/dsp/Makefile b/fuzzers/005-tilegrid/dsp/Makefile index 70d606ff..fcda9fad 100644 --- a/fuzzers/005-tilegrid/dsp/Makefile +++ b/fuzzers/005-tilegrid/dsp/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 15 GENERATE_ARGS?="--oneval 1 --design params.csv --dword 0 --dframe 1B" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/dsp_int/Makefile b/fuzzers/005-tilegrid/dsp_int/Makefile index a17599fa..5b9e9eff 100644 --- a/fuzzers/005-tilegrid/dsp_int/Makefile +++ b/fuzzers/005-tilegrid/dsp_int/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 17 GENERATE_ARGS?="--oneval 0 --design params.csv --dword 1 --dframe 15" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/fifo_int/Makefile b/fuzzers/005-tilegrid/fifo_int/Makefile index 2c51c873..33f05ffc 100644 --- a/fuzzers/005-tilegrid/fifo_int/Makefile +++ b/fuzzers/005-tilegrid/fifo_int/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 20 GENERATE_ARGS?="--oneval 0 --design params.csv --dword 0 --dframe 15" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/hclk_cmt/Makefile b/fuzzers/005-tilegrid/hclk_cmt/Makefile index dd7543db..9fd05302 100644 --- a/fuzzers/005-tilegrid/hclk_cmt/Makefile +++ b/fuzzers/005-tilegrid/hclk_cmt/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 6 GENERATE_ARGS?="--oneval 1 --design params.csv --dword 5 --dframe 1C" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/hclk_ioi/Makefile b/fuzzers/005-tilegrid/hclk_ioi/Makefile index d0a1ce10..07bd819a 100644 --- a/fuzzers/005-tilegrid/hclk_ioi/Makefile +++ b/fuzzers/005-tilegrid/hclk_ioi/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 6 GENERATE_ARGS?="--oneval 1 --design params.csv --dword 0 --dframe 21" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/iob/Makefile b/fuzzers/005-tilegrid/iob/Makefile index 769bddf1..21ff908f 100644 --- a/fuzzers/005-tilegrid/iob/Makefile +++ b/fuzzers/005-tilegrid/iob/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 30 GENERATE_ARGS?="--oneval 1 --design params.csv --dframe 26 --dword 1" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/iob_int/Makefile b/fuzzers/005-tilegrid/iob_int/Makefile index 99c016c0..9f2ad508 100644 --- a/fuzzers/005-tilegrid/iob_int/Makefile +++ b/fuzzers/005-tilegrid/iob_int/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 16 GENERATE_ARGS?="--oneval 0 --design params.csv --dframe 14 --dword 1" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/ioi/Makefile b/fuzzers/005-tilegrid/ioi/Makefile index 63410fbc..9fd5b941 100644 --- a/fuzzers/005-tilegrid/ioi/Makefile +++ b/fuzzers/005-tilegrid/ioi/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 24 GENERATE_ARGS?="--oneval 1 --design params.csv --dframe 20 --dword 3" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/mmcm/Makefile b/fuzzers/005-tilegrid/mmcm/Makefile index b207cd5a..06eaba16 100644 --- a/fuzzers/005-tilegrid/mmcm/Makefile +++ b/fuzzers/005-tilegrid/mmcm/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 6 # Was expecting oneval 3, but bits might be inverted # FIXME: dword diff --git a/fuzzers/005-tilegrid/monitor/Makefile b/fuzzers/005-tilegrid/monitor/Makefile index 92599455..743f25ad 100644 --- a/fuzzers/005-tilegrid/monitor/Makefile +++ b/fuzzers/005-tilegrid/monitor/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 2 GENERATE_ARGS?="--oneval 1 --design params.csv --dframe 1C --dword 53 --dbit 24" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/monitor_int/Makefile b/fuzzers/005-tilegrid/monitor_int/Makefile index e583d848..b39ad7be 100644 --- a/fuzzers/005-tilegrid/monitor_int/Makefile +++ b/fuzzers/005-tilegrid/monitor_int/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 4 GENERATE_ARGS?="--oneval 0 --design params.csv --dframe 15 --dword 0" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/orphan_int_column/Makefile b/fuzzers/005-tilegrid/orphan_int_column/Makefile index 10b04809..14d33757 100644 --- a/fuzzers/005-tilegrid/orphan_int_column/Makefile +++ b/fuzzers/005-tilegrid/orphan_int_column/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 16 GENERATE_ARGS?="--oneval 1 --design params.csv --dframe 9 --dword 0" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/pll/Makefile b/fuzzers/005-tilegrid/pll/Makefile index e8557d80..15d526c9 100644 --- a/fuzzers/005-tilegrid/pll/Makefile +++ b/fuzzers/005-tilegrid/pll/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 6 GENERATE_ARGS?="--oneval 1 --design params.csv --dframe 1C --dword 23" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/ps7_int/Makefile b/fuzzers/005-tilegrid/ps7_int/Makefile index 48fce3c9..df915841 100644 --- a/fuzzers/005-tilegrid/ps7_int/Makefile +++ b/fuzzers/005-tilegrid/ps7_int/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 2 GENERATE_ARGS?="--oneval 0 --design params.csv --dframe 14 --dword 0 --dbit 17" include ../fuzzaddr/common.mk diff --git a/fuzzers/007-timing/Makefile b/fuzzers/007-timing/Makefile index 60a3fad5..fa9e836e 100644 --- a/fuzzers/007-timing/Makefile +++ b/fuzzers/007-timing/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC SLICEL_SDFS = bel/build/slicel.sdf bel/build/carry4_slicel.sdf routing-bels/build/slicel.sdf SLICEM_SDFS = bel/build/slicem.sdf bel/build/carry4_slicem.sdf routing-bels/build/slicem.sdf diff --git a/fuzzers/007-timing/bel/Makefile b/fuzzers/007-timing/bel/Makefile index e30e7268..b6258c3d 100644 --- a/fuzzers/007-timing/bel/Makefile +++ b/fuzzers/007-timing/bel/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC SLICEL_SDFS = build/CLBLL_L.sdf build/CLBLL_R.sdf build/CLBLM_L.sdf build/CLBLM_R.sdf SLICEM_SDFS = build/CLBLL_L.sdf build/CLBLL_R.sdf build/CLBLM_L.sdf build/CLBLM_R.sdf diff --git a/fuzzers/007-timing/routing-bels/Makefile b/fuzzers/007-timing/routing-bels/Makefile index 8cf875de..d07bd602 100644 --- a/fuzzers/007-timing/routing-bels/Makefile +++ b/fuzzers/007-timing/routing-bels/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC all: build/slicel.sdf build/slicem.sdf touch build/sdf.ok diff --git a/fuzzers/010-clb-lutinit/Makefile b/fuzzers/010-clb-lutinit/Makefile index e58c4954..c272fb50 100644 --- a/fuzzers/010-clb-lutinit/Makefile +++ b/fuzzers/010-clb-lutinit/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # Not using clb.mk: 0-2 segmatch # Could probably change segmatch to re though diff --git a/fuzzers/011-clb-ffconfig/Makefile b/fuzzers/011-clb-ffconfig/Makefile index 273ae54d..59c09ff9 100644 --- a/fuzzers/011-clb-ffconfig/Makefile +++ b/fuzzers/011-clb-ffconfig/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 CLB_DBFIXUP=Y include ../clb.mk diff --git a/fuzzers/011-clb-ffconfig/minitest/Makefile b/fuzzers/011-clb-ffconfig/minitest/Makefile index 1d13e215..2e24ec41 100644 --- a/fuzzers/011-clb-ffconfig/minitest/Makefile +++ b/fuzzers/011-clb-ffconfig/minitest/Makefile @@ -1 +1,8 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC include ../util/common.mk diff --git a/fuzzers/012-clb-n5ffmux/Makefile b/fuzzers/012-clb-n5ffmux/Makefile index ccd07645..1d273909 100644 --- a/fuzzers/012-clb-n5ffmux/Makefile +++ b/fuzzers/012-clb-n5ffmux/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 10 SEGMATCH_ARGS =-m 2 -M 2 -c 1 include ../clb.mk diff --git a/fuzzers/012-clb-n5ffmux/minitest/Makefile b/fuzzers/012-clb-n5ffmux/minitest/Makefile index 1d13e215..2e24ec41 100644 --- a/fuzzers/012-clb-n5ffmux/minitest/Makefile +++ b/fuzzers/012-clb-n5ffmux/minitest/Makefile @@ -1 +1,8 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC include ../util/common.mk diff --git a/fuzzers/013-clb-ncy0/Makefile b/fuzzers/013-clb-ncy0/Makefile index f5f5a631..76cd0b3b 100644 --- a/fuzzers/013-clb-ncy0/Makefile +++ b/fuzzers/013-clb-ncy0/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 include ../clb.mk diff --git a/fuzzers/013-clb-ncy0/minitest/Makefile b/fuzzers/013-clb-ncy0/minitest/Makefile index 1d13e215..2e24ec41 100644 --- a/fuzzers/013-clb-ncy0/minitest/Makefile +++ b/fuzzers/013-clb-ncy0/minitest/Makefile @@ -1 +1,8 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC include ../util/common.mk diff --git a/fuzzers/014-clb-ffsrcemux/Makefile b/fuzzers/014-clb-ffsrcemux/Makefile index f5f5a631..76cd0b3b 100644 --- a/fuzzers/014-clb-ffsrcemux/Makefile +++ b/fuzzers/014-clb-ffsrcemux/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 include ../clb.mk diff --git a/fuzzers/015-clb-nffmux/Makefile b/fuzzers/015-clb-nffmux/Makefile index 6980f1f4..e9d070a2 100644 --- a/fuzzers/015-clb-nffmux/Makefile +++ b/fuzzers/015-clb-nffmux/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # Specimen count N := 5 diff --git a/fuzzers/015-clb-nffmux/minitest/Makefile b/fuzzers/015-clb-nffmux/minitest/Makefile index 1d13e215..2e24ec41 100644 --- a/fuzzers/015-clb-nffmux/minitest/Makefile +++ b/fuzzers/015-clb-nffmux/minitest/Makefile @@ -1 +1,8 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC include ../util/common.mk diff --git a/fuzzers/016-clb-noutmux/Makefile b/fuzzers/016-clb-noutmux/Makefile index c5cce725..eaccfb0d 100644 --- a/fuzzers/016-clb-noutmux/Makefile +++ b/fuzzers/016-clb-noutmux/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # Specimen count N := 5 diff --git a/fuzzers/016-clb-noutmux/minitest/Makefile b/fuzzers/016-clb-noutmux/minitest/Makefile index 6fcdd876..6d6ef7ba 100644 --- a/fuzzers/016-clb-noutmux/minitest/Makefile +++ b/fuzzers/016-clb-noutmux/minitest/Makefile @@ -1 +1,8 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC include $(XRAY_DIR)/minitests/util/common.mk diff --git a/fuzzers/017-clb-precyinit/Makefile b/fuzzers/017-clb-precyinit/Makefile index 273ae54d..59c09ff9 100644 --- a/fuzzers/017-clb-precyinit/Makefile +++ b/fuzzers/017-clb-precyinit/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 CLB_DBFIXUP=Y include ../clb.mk diff --git a/fuzzers/018-clb-ram/Makefile b/fuzzers/018-clb-ram/Makefile index d28d8447..42ecfe74 100644 --- a/fuzzers/018-clb-ram/Makefile +++ b/fuzzers/018-clb-ram/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 4 SLICEL ?= N include ../clb.mk diff --git a/fuzzers/018-clb-ram/minitest/Makefile b/fuzzers/018-clb-ram/minitest/Makefile index 1d13e215..2e24ec41 100644 --- a/fuzzers/018-clb-ram/minitest/Makefile +++ b/fuzzers/018-clb-ram/minitest/Makefile @@ -1 +1,8 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC include ../util/common.mk diff --git a/fuzzers/019-clb-ndi1mux/Makefile b/fuzzers/019-clb-ndi1mux/Makefile index 79723295..a27ec856 100644 --- a/fuzzers/019-clb-ndi1mux/Makefile +++ b/fuzzers/019-clb-ndi1mux/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 3 SLICEL ?= N CLB_DBFIXUP=Y diff --git a/fuzzers/019-clb-ndi1mux/minitest/Makefile b/fuzzers/019-clb-ndi1mux/minitest/Makefile index 1d13e215..2e24ec41 100644 --- a/fuzzers/019-clb-ndi1mux/minitest/Makefile +++ b/fuzzers/019-clb-ndi1mux/minitest/Makefile @@ -1 +1,8 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC include ../util/common.mk diff --git a/fuzzers/025-bram-config/Makefile b/fuzzers/025-bram-config/Makefile index fec76d61..4362730f 100644 --- a/fuzzers/025-bram-config/Makefile +++ b/fuzzers/025-bram-config/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # read/write width is relatively slow to resolve # Even slower with multi bit masks... N ?= 15 diff --git a/fuzzers/025-bram-config/minitest/Makefile b/fuzzers/025-bram-config/minitest/Makefile index 83cf4a70..02b8beed 100644 --- a/fuzzers/025-bram-config/minitest/Makefile +++ b/fuzzers/025-bram-config/minitest/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # WARNING: probably don't do more than -j 2 # diff.mk can overlap in a few cases diff --git a/fuzzers/026-bram-data/Makefile b/fuzzers/026-bram-data/Makefile index 098f390d..9143bda2 100644 --- a/fuzzers/026-bram-data/Makefile +++ b/fuzzers/026-bram-data/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 8 include ../fuzzer.mk diff --git a/fuzzers/026-bram-data/minitest/Makefile b/fuzzers/026-bram-data/minitest/Makefile index 0d09d460..fdb17fd3 100644 --- a/fuzzers/026-bram-data/minitest/Makefile +++ b/fuzzers/026-bram-data/minitest/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # WARNING: probably don't do more than -j 2 # diff.mk can overlap in a few cases diff --git a/fuzzers/027-bram36-config/Makefile b/fuzzers/027-bram36-config/Makefile index 1449c154..71b797a9 100644 --- a/fuzzers/027-bram36-config/Makefile +++ b/fuzzers/027-bram36-config/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # read/write width is relatively slow to resolve # Even slower with multi bit masks... N ?= 2 diff --git a/fuzzers/028-fifo-config/Makefile b/fuzzers/028-fifo-config/Makefile index a3368ba5..47b23841 100644 --- a/fuzzers/028-fifo-config/Makefile +++ b/fuzzers/028-fifo-config/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 5 include ../fuzzer.mk diff --git a/fuzzers/029-bram-fifo-config/Makefile b/fuzzers/029-bram-fifo-config/Makefile index 4ccab1de..b88a838a 100644 --- a/fuzzers/029-bram-fifo-config/Makefile +++ b/fuzzers/029-bram-fifo-config/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 20 include ../fuzzer.mk diff --git a/fuzzers/030-iob/Makefile b/fuzzers/030-iob/Makefile index 72e26007..cc889e04 100644 --- a/fuzzers/030-iob/Makefile +++ b/fuzzers/030-iob/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 50 SPECIMENS_DEPS := build/iobanks.txt include ../fuzzer.mk diff --git a/fuzzers/030-iob/minitest/Makefile b/fuzzers/030-iob/minitest/Makefile index 5b08dd78..954b6292 100644 --- a/fuzzers/030-iob/minitest/Makefile +++ b/fuzzers/030-iob/minitest/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC all: build/env build/roi_roi_io.diff \ build/PULLTYPE/run.ok \ build/SLEW/run.ok \ diff --git a/fuzzers/031-cmt-mmcm/Makefile b/fuzzers/031-cmt-mmcm/Makefile index 20c2c749..c3c3ded6 100644 --- a/fuzzers/031-cmt-mmcm/Makefile +++ b/fuzzers/031-cmt-mmcm/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # read/write width is relatively slow to resolve # Even slower with multi bit masks... N := 14 diff --git a/fuzzers/032-cmt-pll/Makefile b/fuzzers/032-cmt-pll/Makefile index 0be457cf..7222e27c 100644 --- a/fuzzers/032-cmt-pll/Makefile +++ b/fuzzers/032-cmt-pll/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 50 include ../fuzzer.mk diff --git a/fuzzers/033-mon-xadc/Makefile b/fuzzers/033-mon-xadc/Makefile index c42d95e0..bbbb55ed 100644 --- a/fuzzers/033-mon-xadc/Makefile +++ b/fuzzers/033-mon-xadc/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC # read/write width is relatively slow to resolve # Even slower with multi bit masks... N := 20 diff --git a/fuzzers/034-cmt-pll-pips/Makefile b/fuzzers/034-cmt-pll-pips/Makefile index 6dca230b..51691ba6 100644 --- a/fuzzers/034-cmt-pll-pips/Makefile +++ b/fuzzers/034-cmt-pll-pips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export FUZDIR=$(shell pwd) PIP_TYPE?=cmt_top PIPLIST_TCL=$(FUZDIR)/cmt_top_upper_t.tcl diff --git a/fuzzers/035-iob-ilogic/Makefile b/fuzzers/035-iob-ilogic/Makefile index b72691fd..e0e708a0 100644 --- a/fuzzers/035-iob-ilogic/Makefile +++ b/fuzzers/035-iob-ilogic/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 30 include ../fuzzer.mk diff --git a/fuzzers/035a-iob-idelay/Makefile b/fuzzers/035a-iob-idelay/Makefile index eff1fbfa..9e8f4934 100644 --- a/fuzzers/035a-iob-idelay/Makefile +++ b/fuzzers/035a-iob-idelay/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 5 include ../fuzzer.mk diff --git a/fuzzers/036-iob-ologic/Makefile b/fuzzers/036-iob-ologic/Makefile index 7810a83f..7bbb000b 100644 --- a/fuzzers/036-iob-ologic/Makefile +++ b/fuzzers/036-iob-ologic/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 40 include ../fuzzer.mk diff --git a/fuzzers/037-iob-pips/Makefile b/fuzzers/037-iob-pips/Makefile index 3c77db57..35718784 100644 --- a/fuzzers/037-iob-pips/Makefile +++ b/fuzzers/037-iob-pips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export FUZDIR=$(shell pwd) PIP_TYPE?=ioi3 PIPLIST_TCL=$(FUZDIR)/ioi3_pip_list.tcl diff --git a/fuzzers/038-cfg/Makefile b/fuzzers/038-cfg/Makefile index 360ecab3..88103c58 100644 --- a/fuzzers/038-cfg/Makefile +++ b/fuzzers/038-cfg/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N = 24 include ../fuzzer.mk diff --git a/fuzzers/039-hclk-config/Makefile b/fuzzers/039-hclk-config/Makefile index a6eec0e6..ae18a360 100644 --- a/fuzzers/039-hclk-config/Makefile +++ b/fuzzers/039-hclk-config/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 50 include ../fuzzer.mk diff --git a/fuzzers/040-clk-hrow-config/Makefile b/fuzzers/040-clk-hrow-config/Makefile index f20a6d84..4380a223 100644 --- a/fuzzers/040-clk-hrow-config/Makefile +++ b/fuzzers/040-clk-hrow-config/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 15 include ../fuzzer.mk diff --git a/fuzzers/041-clk-hrow-pips/Makefile b/fuzzers/041-clk-hrow-pips/Makefile index 8612c58a..3c869c10 100644 --- a/fuzzers/041-clk-hrow-pips/Makefile +++ b/fuzzers/041-clk-hrow-pips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export FUZDIR=$(shell pwd) PIP_TYPE?=clk_hrow PIPLIST_TCL=$(FUZDIR)/clk_hrow_pip_list.tcl diff --git a/fuzzers/042-clk-bufg-config/Makefile b/fuzzers/042-clk-bufg-config/Makefile index 86c076a5..b33cef7f 100644 --- a/fuzzers/042-clk-bufg-config/Makefile +++ b/fuzzers/042-clk-bufg-config/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 50 include ../fuzzer.mk diff --git a/fuzzers/043-clk-rebuf-pips/Makefile b/fuzzers/043-clk-rebuf-pips/Makefile index c24ee2b8..97c6687b 100644 --- a/fuzzers/043-clk-rebuf-pips/Makefile +++ b/fuzzers/043-clk-rebuf-pips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 50 include ../fuzzer.mk diff --git a/fuzzers/044-clk-bufg-pips/Makefile b/fuzzers/044-clk-bufg-pips/Makefile index 3d0f42de..0a62756a 100644 --- a/fuzzers/044-clk-bufg-pips/Makefile +++ b/fuzzers/044-clk-bufg-pips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export FUZDIR=$(shell pwd) PIP_TYPE?=clk_bufg PIPLIST_TCL=$(FUZDIR)/clk_bufg_pip_list.tcl diff --git a/fuzzers/045-hclk-cmt-pips/Makefile b/fuzzers/045-hclk-cmt-pips/Makefile index 3898d7db..8d655255 100644 --- a/fuzzers/045-hclk-cmt-pips/Makefile +++ b/fuzzers/045-hclk-cmt-pips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export FUZDIR=$(shell pwd) PIP_TYPE?=hclk_cmt PIPLIST_TCL=$(FUZDIR)/hclk_cmt_pip_list.tcl diff --git a/fuzzers/046-clk-bufg-muxed-pips/Makefile b/fuzzers/046-clk-bufg-muxed-pips/Makefile index 41ba1580..c19caf9a 100644 --- a/fuzzers/046-clk-bufg-muxed-pips/Makefile +++ b/fuzzers/046-clk-bufg-muxed-pips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export FUZDIR=$(shell pwd) PIP_TYPE?=clk_bufg PIPLIST_TCL=$(FUZDIR)/clk_bufg_pip_list.tcl diff --git a/fuzzers/047-hclk-ioi-pips/Makefile b/fuzzers/047-hclk-ioi-pips/Makefile index a2dacd91..3494b952 100644 --- a/fuzzers/047-hclk-ioi-pips/Makefile +++ b/fuzzers/047-hclk-ioi-pips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export FUZDIR=$(shell pwd) PIP_TYPE?=hclk_ioi3 PIPLIST_TCL=$(FUZDIR)/hclk_ioi3_pip_list.tcl diff --git a/fuzzers/047a-hclk-idelayctrl-pips/Makefile b/fuzzers/047a-hclk-idelayctrl-pips/Makefile index 504d6952..6cf7ccdc 100644 --- a/fuzzers/047a-hclk-idelayctrl-pips/Makefile +++ b/fuzzers/047a-hclk-idelayctrl-pips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export FUZDIR=$(shell pwd) PIP_TYPE?=hclk_ioi3 PIPLIST_TCL=$(FUZDIR)/hclk_ioi3_pip_list.tcl diff --git a/fuzzers/048-int-piplist/Makefile b/fuzzers/048-int-piplist/Makefile index 67c79251..6b79a9f2 100644 --- a/fuzzers/048-int-piplist/Makefile +++ b/fuzzers/048-int-piplist/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC all: database include ../pip_list.mk diff --git a/fuzzers/049-int-imux-gfan/Makefile b/fuzzers/049-int-imux-gfan/Makefile index 31a3087b..67504f6f 100644 --- a/fuzzers/049-int-imux-gfan/Makefile +++ b/fuzzers/049-int-imux-gfan/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N = 5 MAKETODO_FLAGS=--re "^INT_[LR].IMUX[^\.]+\.GFAN[01]$$" include ../int_loop.mk diff --git a/fuzzers/050-pip-seed/Makefile b/fuzzers/050-pip-seed/Makefile index a40ea42e..fa2df05d 100644 --- a/fuzzers/050-pip-seed/Makefile +++ b/fuzzers/050-pip-seed/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC MAKETODO_FLAGS=--re ".*" --not-endswith ".VCC_WIRE" ifeq ($(QUICK),Y) N ?= 1 diff --git a/fuzzers/051-pip-imuxlout-bypalts/Makefile b/fuzzers/051-pip-imuxlout-bypalts/Makefile index ce8a524e..6e06e118 100644 --- a/fuzzers/051-pip-imuxlout-bypalts/Makefile +++ b/fuzzers/051-pip-imuxlout-bypalts/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC MAKETODO_FLAGS=--re "^INT_[LR]\.(BYP_ALT[0-9]+)?(IMUX_?L?[0-9]+)?\.LOGIC_OUTS_?L?[0-9]+$$" include ../int_loop.mk diff --git a/fuzzers/052-pip-clkin/Makefile b/fuzzers/052-pip-clkin/Makefile index eaa46253..b4f36c73 100644 --- a/fuzzers/052-pip-clkin/Makefile +++ b/fuzzers/052-pip-clkin/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC MAKETODO_FLAGS=--re "^INT_[LR].CLK" TODO_N = 5 include ../int_loop.mk diff --git a/fuzzers/053-pip-ctrlin/Makefile b/fuzzers/053-pip-ctrlin/Makefile index 72a5c7e1..ee323e4b 100644 --- a/fuzzers/053-pip-ctrlin/Makefile +++ b/fuzzers/053-pip-ctrlin/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC MAKETODO_FLAGS=--re "^INT_[LR].CTRL" N=40 include ../int_loop.mk diff --git a/fuzzers/054-pip-fan-alt/Makefile b/fuzzers/054-pip-fan-alt/Makefile index 05029a27..8917c5bf 100644 --- a/fuzzers/054-pip-fan-alt/Makefile +++ b/fuzzers/054-pip-fan-alt/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC MAKETODO_FLAGS=--re "^INT_[LR].(FAN|BYP)_ALT[0-9]\.GFAN[0-9]$$" GENERATE_FLAGS=--todo ../todo.txt N = 48 diff --git a/fuzzers/055-pip-gnd/Makefile b/fuzzers/055-pip-gnd/Makefile index 44a48e47..4614f68c 100644 --- a/fuzzers/055-pip-gnd/Makefile +++ b/fuzzers/055-pip-gnd/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC ifeq ($(QUICK),Y) N := 1 else diff --git a/fuzzers/056-pip-rem/Makefile b/fuzzers/056-pip-rem/Makefile index 2c063f8f..e5fbab53 100644 --- a/fuzzers/056-pip-rem/Makefile +++ b/fuzzers/056-pip-rem/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC MAKETODO_FLAGS=--re ".*" --not-endswith ".VCC_WIRE" GENERATE_FLAGS=--todo ../todo.txt N = 24 diff --git a/fuzzers/057-pip-bi/Makefile b/fuzzers/057-pip-bi/Makefile index 33aebca5..fa9e7dc9 100644 --- a/fuzzers/057-pip-bi/Makefile +++ b/fuzzers/057-pip-bi/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC MAKETODO_FLAGS=--pip-type bipips_int --re ".*" export FUZDIR=$(shell pwd) PIPLIST_TCL=$(FUZDIR)/bipiplist.tcl diff --git a/fuzzers/058-pip-hclk/Makefile b/fuzzers/058-pip-hclk/Makefile index 77b08095..300657c8 100644 --- a/fuzzers/058-pip-hclk/Makefile +++ b/fuzzers/058-pip-hclk/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 2 SPECIMENS := $(addprefix build/specimen_,$(shell seq -f '%03.0f' $(N))) diff --git a/fuzzers/059-pip-byp-bounce/Makefile b/fuzzers/059-pip-byp-bounce/Makefile index ac242b7e..93ec695d 100644 --- a/fuzzers/059-pip-byp-bounce/Makefile +++ b/fuzzers/059-pip-byp-bounce/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC MAKETODO_FLAGS=--re "^INT_[LR].FAN_ALT[0-9]\.BYP_BOUNCE.*$$" GENERATE_FLAGS=--todo ../todo.txt N = 48 diff --git a/fuzzers/060-bram-cascades/Makefile b/fuzzers/060-bram-cascades/Makefile index bf8f531b..e7c967cb 100644 --- a/fuzzers/060-bram-cascades/Makefile +++ b/fuzzers/060-bram-cascades/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export FUZDIR=$(shell pwd) PIP_TYPE?=bram_pips_int PIPLIST_TCL=$(FUZDIR)/bram_pip_list.tcl diff --git a/fuzzers/071-ppips/Makefile b/fuzzers/071-ppips/Makefile index d3b05e2c..9020a884 100644 --- a/fuzzers/071-ppips/Makefile +++ b/fuzzers/071-ppips/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 SPECIMENS := $(addprefix build/specimen_,$(shell seq -f '%03.0f' $(N))) diff --git a/fuzzers/072-ordered_wires/Makefile b/fuzzers/072-ordered_wires/Makefile index bbdc30b9..1905e5e4 100644 --- a/fuzzers/072-ordered_wires/Makefile +++ b/fuzzers/072-ordered_wires/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 BUILD_DIR = build_${XRAY_PART} diff --git a/fuzzers/073-get_counts/Makefile b/fuzzers/073-get_counts/Makefile index 37b8cdb6..4cf0c021 100644 --- a/fuzzers/073-get_counts/Makefile +++ b/fuzzers/073-get_counts/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 BUILD_DIR = build_${XRAY_PART} diff --git a/fuzzers/074-dump_all/Makefile b/fuzzers/074-dump_all/Makefile index 01c07b9e..a4ac483c 100644 --- a/fuzzers/074-dump_all/Makefile +++ b/fuzzers/074-dump_all/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 BUILD_DIR = build_${XRAY_PART} diff --git a/fuzzers/075-pins/Makefile b/fuzzers/075-pins/Makefile index 6471fc6d..153c8035 100644 --- a/fuzzers/075-pins/Makefile +++ b/fuzzers/075-pins/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 BUILD_DIR = build_${XRAY_PART} SPECIMENS := $(addprefix $(BUILD_DIR)/specimen_,$(shell seq -f '%03.0f' $(N))) diff --git a/fuzzers/076-ps7/Makefile b/fuzzers/076-ps7/Makefile index f58aae52..3a5f82e8 100644 --- a/fuzzers/076-ps7/Makefile +++ b/fuzzers/076-ps7/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N := 1 SPECIMENS := $(addprefix build/specimen_,$(shell seq -f '%03.0f' $(N))) SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS)) diff --git a/fuzzers/100-dsp-mskpat/Makefile b/fuzzers/100-dsp-mskpat/Makefile index 8b97082a..7bd4f3bf 100644 --- a/fuzzers/100-dsp-mskpat/Makefile +++ b/fuzzers/100-dsp-mskpat/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC N ?= 8 include ../fuzzer.mk diff --git a/fuzzers/Makefile b/fuzzers/Makefile index c880ed24..c09f6b23 100644 --- a/fuzzers/Makefile +++ b/fuzzers/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST))) # Developer options for quicker runs diff --git a/minitests/bram-sdp/Makefile b/minitests/bram-sdp/Makefile index 4609fa5f..31420f23 100644 --- a/minitests/bram-sdp/Makefile +++ b/minitests/bram-sdp/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC all: mkdir -p build cd build && bash ../runme.sh diff --git a/minitests/clb-bused/Makefile b/minitests/clb-bused/Makefile index 1d13e215..2e24ec41 100644 --- a/minitests/clb-bused/Makefile +++ b/minitests/clb-bused/Makefile @@ -1 +1,8 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC include ../util/common.mk diff --git a/minitests/clb-muxf8/Makefile b/minitests/clb-muxf8/Makefile index 1d13e215..2e24ec41 100644 --- a/minitests/clb-muxf8/Makefile +++ b/minitests/clb-muxf8/Makefile @@ -1 +1,8 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC include ../util/common.mk diff --git a/minitests/iostandard/features/Makefile b/minitests/iostandard/features/Makefile index d8bf76b0..4c23c972 100644 --- a/minitests/iostandard/features/Makefile +++ b/minitests/iostandard/features/Makefile @@ -1,4 +1,12 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC PART?=${XRAY_PART} +VIVADO_PART?=$(PART) BIT2FASM_ARGS= --part "$(XRAY_DIR)/database/$(XRAY_DATABASE)/$(PART)" --verbose diff --git a/minitests/iserdes.idelay/Makefile b/minitests/iserdes.idelay/Makefile index da95e048..17166ba0 100644 --- a/minitests/iserdes.idelay/Makefile +++ b/minitests/iserdes.idelay/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC SYNTH ?= vivado YOSYS = $(XRAY_DIR)/third_party/yosys/yosys PART = xc7a35tcsg324-1 diff --git a/minitests/iserdes.sdr_ddr/Makefile b/minitests/iserdes.sdr_ddr/Makefile index 05d7bfbd..75d6f98d 100644 --- a/minitests/iserdes.sdr_ddr/Makefile +++ b/minitests/iserdes.sdr_ddr/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC SYNTH ?= vivado YOSYS = $(XRAY_DIR)/third_party/yosys/yosys PART = xc7a35tcsg324-1 diff --git a/minitests/litex/min/arty/src.vivado/Makefile b/minitests/litex/min/arty/src.vivado/Makefile index 26405183..3ab5c2f7 100644 --- a/minitests/litex/min/arty/src.vivado/Makefile +++ b/minitests/litex/min/arty/src.vivado/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export XRAY_PART=xc7a35tcsg324-1 export XRAY_PART_YAML=$(XRAY_DATABASE_DIR)/$(XRAY_DATABASE)/$(XRAY_PART).yaml SOURCES = ../verilog/mem.init ../verilog/mem_1.init ../verilog/mem_2.init ../verilog/top.v ../verilog/VexRiscv_Lite.v diff --git a/minitests/litex/min/arty/src.yosys/Makefile b/minitests/litex/min/arty/src.yosys/Makefile index 1b391bd3..34321101 100644 --- a/minitests/litex/min/arty/src.yosys/Makefile +++ b/minitests/litex/min/arty/src.yosys/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export XRAY_PART = xc7a35tcsg324-1 export XRAY_PART_YAML = $(XRAY_DATABASE_DIR)/$(XRAY_DATABASE)/$(XRAY_PART).yaml YOSYS = $(XRAY_DIR)/third_party/yosys/yosys diff --git a/minitests/litex/min_ddr/arty/src.vivado/Makefile b/minitests/litex/min_ddr/arty/src.vivado/Makefile index d7d802a6..1fdff6f3 100644 --- a/minitests/litex/min_ddr/arty/src.vivado/Makefile +++ b/minitests/litex/min_ddr/arty/src.vivado/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC PART = xc7a35tcsg324-1 BIT2FASM_ARGS = --part "$(XRAY_DIR)/database/artix7/$(PART)" --verbose SOURCES = ../verilog/mem.init ../verilog/mem_1.init ../verilog/top.v ../verilog/VexRiscv_Lite.v diff --git a/minitests/litex/min_ddr/arty/src.yosys/Makefile b/minitests/litex/min_ddr/arty/src.yosys/Makefile index 12ca5b8f..b99ef833 100644 --- a/minitests/litex/min_ddr/arty/src.yosys/Makefile +++ b/minitests/litex/min_ddr/arty/src.yosys/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export XRAY_PART = xc7a35tcsg324-1 export XRAY_PART_YAML = $(XRAY_DATABASE_DIR)/$(XRAY_DATABASE)/$(XRAY_PART).yaml YOSYS = $(XRAY_DIR)/third_party/yosys/yosys diff --git a/minitests/litex/src.vivado/Makefile b/minitests/litex/src.vivado/Makefile index e7a70341..c2eec4b1 100644 --- a/minitests/litex/src.vivado/Makefile +++ b/minitests/litex/src.vivado/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC PART = xc7a35tcsg324-1 BIT2FASM_ARGS = --part "$(XRAY_DIR)/database/artix7/$(PART)" --verbose SOURCES = mem.init mem_1.init top.v VexRiscv_Linux.v diff --git a/minitests/litex/src.yosys/Makefile b/minitests/litex/src.yosys/Makefile index 04a810bc..6866de3d 100644 --- a/minitests/litex/src.yosys/Makefile +++ b/minitests/litex/src.yosys/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC YOSYS = $(XRAY_DIR)/third_party/yosys/yosys PART = xc7a35tcsg324-1 BIT2FASM_ARGS = --part "$(XRAY_DIR)/database/artix7/$(PART)" --verbose diff --git a/minitests/litex/uart_ddr/arty/scripts/Makefile b/minitests/litex/uart_ddr/arty/scripts/Makefile index 173f0676..c4f1d365 100644 --- a/minitests/litex/uart_ddr/arty/scripts/Makefile +++ b/minitests/litex/uart_ddr/arty/scripts/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC litex/litex/tools/litex_client.py: git clone https://github.com/enjoy-digital/litex.git cd litex && git checkout 3350d33 && cd ../ diff --git a/minitests/litex/uart_ddr/arty/src.vivado/Makefile b/minitests/litex/uart_ddr/arty/src.vivado/Makefile index da579940..94a0c2f9 100644 --- a/minitests/litex/uart_ddr/arty/src.vivado/Makefile +++ b/minitests/litex/uart_ddr/arty/src.vivado/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC PART = xc7a35tcsg324-1 BIT2FASM_ARGS = --part "$(XRAY_DIR)/database/artix7/$(PART)" --verbose SOURCES = ../generated/mem.init ../generated/mem_1.init ../generated/top.v ../generated/top.xdc diff --git a/minitests/litex/uart_ddr/arty/src.yosys/Makefile b/minitests/litex/uart_ddr/arty/src.yosys/Makefile index edcac316..a2854840 100644 --- a/minitests/litex/uart_ddr/arty/src.yosys/Makefile +++ b/minitests/litex/uart_ddr/arty/src.yosys/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export XRAY_PART = xc7a35tcsg324-1 export XRAY_PART_YAML = $(XRAY_DATABASE_DIR)/$(XRAY_DATABASE)/$(XRAY_PART)/part.yaml YOSYS = $(XRAY_DIR)/third_party/yosys/yosys diff --git a/minitests/litex_litedram/src.vivado/Makefile b/minitests/litex_litedram/src.vivado/Makefile index 0ae0bb5e..ac6f9247 100644 --- a/minitests/litex_litedram/src.vivado/Makefile +++ b/minitests/litex_litedram/src.vivado/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export XRAY_PART = xc7a35tcsg324-1 export XRAY_PART_YAML = $(XRAY_DATABASE_DIR)/$(XRAY_DATABASE)/$(XRAY_PART).yaml SOURCES = verilog/mem.init verilog/mem_1.init verilog/top.v verilog/VexRiscv.v diff --git a/minitests/litex_litedram/src.yosys/Makefile b/minitests/litex_litedram/src.yosys/Makefile index 69cd5be8..f49102dd 100644 --- a/minitests/litex_litedram/src.yosys/Makefile +++ b/minitests/litex_litedram/src.yosys/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC export XRAY_PART = xc7a35tcsg324-1 export XRAY_PART_YAML = $(XRAY_DATABASE_DIR)/$(XRAY_DATABASE)/$(XRAY_PART).yaml YOSYS = $(XRAY_DIR)/third_party/yosys/yosys diff --git a/minitests/oserdes/Makefile b/minitests/oserdes/Makefile index 05d7bfbd..75d6f98d 100644 --- a/minitests/oserdes/Makefile +++ b/minitests/oserdes/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC SYNTH ?= vivado YOSYS = $(XRAY_DIR)/third_party/yosys/yosys PART = xc7a35tcsg324-1 diff --git a/minitests/partial_reconfig_flow/Makefile b/minitests/partial_reconfig_flow/Makefile index 8e94cd21..d7452f40 100644 --- a/minitests/partial_reconfig_flow/Makefile +++ b/minitests/partial_reconfig_flow/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC .PRECIOUS: harness_impl.dcp %_impl.dcp %.bit %_roi_partial.bit # Top-level target for generating a programmable bitstream. Given a .fasm diff --git a/minitests/picorv32-v/Makefile b/minitests/picorv32-v/Makefile index e9e022b0..55371bd3 100644 --- a/minitests/picorv32-v/Makefile +++ b/minitests/picorv32-v/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC all: bash runme.sh diff --git a/minitests/picorv32-y/Makefile b/minitests/picorv32-y/Makefile index e9e022b0..55371bd3 100644 --- a/minitests/picorv32-y/Makefile +++ b/minitests/picorv32-y/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC all: bash runme.sh diff --git a/minitests/plle2_adv/Makefile b/minitests/plle2_adv/Makefile index 05d7bfbd..75d6f98d 100644 --- a/minitests/plle2_adv/Makefile +++ b/minitests/plle2_adv/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC SYNTH ?= vivado YOSYS = $(XRAY_DIR)/third_party/yosys/yosys PART = xc7a35tcsg324-1 diff --git a/minitests/roi_harness/Makefile b/minitests/roi_harness/Makefile index ac6a9f70..08a0e8b6 100644 --- a/minitests/roi_harness/Makefile +++ b/minitests/roi_harness/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC XRAY_PINCFG ?= BASYS3-SWBUT export XRAY_PINCFG diff --git a/minitests/srl/Makefile b/minitests/srl/Makefile index faaf8ef5..d01f13bb 100644 --- a/minitests/srl/Makefile +++ b/minitests/srl/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC SYNTH ?= vivado YOSYS = $(XRAY_DIR)/third_party/yosys/yosys PART = xc7a35tcsg324-1 diff --git a/minitests/timing/Makefile b/minitests/timing/Makefile index 24aa6707..fad11fc1 100644 --- a/minitests/timing/Makefile +++ b/minitests/timing/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC all: clean: diff --git a/minitests/z7_blinky_emio/pl/Makefile b/minitests/z7_blinky_emio/pl/Makefile index 25b6699e..6d6e2bf9 100644 --- a/minitests/z7_blinky_emio/pl/Makefile +++ b/minitests/z7_blinky_emio/pl/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC PART?=xc7z020clg400-1 VIVADO_PART?=$(PART) BIT2FASM_ARGS= --part "$(XRAY_DIR)/database/$(XRAY_DATABASE)/$(PART)" --verbose diff --git a/minitests/z7_blinky_emio/ps/Makefile b/minitests/z7_blinky_emio/ps/Makefile index 9f8896cf..16488108 100644 --- a/minitests/z7_blinky_emio/ps/Makefile +++ b/minitests/z7_blinky_emio/ps/Makefile @@ -1,3 +1,10 @@ +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC .PHONY: all clean all: firmware run