mirror of https://github.com/openXC7/prjxray.git
Added licensing information
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
This commit is contained in:
parent
0e4c5be5d5
commit
96c9f03e40
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 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
|
SYNTH ?= vivado
|
||||||
YOSYS = $(XRAY_DIR)/third_party/yosys/yosys
|
YOSYS = $(XRAY_DIR)/third_party/yosys/yosys
|
||||||
PART = xc7a35tcsg324-1
|
PART = xc7a35tcsg324-1
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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 "src/idelay_calibrator.v"
|
`include "src/idelay_calibrator.v"
|
||||||
|
|
||||||
`default_nettype none
|
`default_nettype none
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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 "src/idelay_histogram.v"
|
`include "src/idelay_histogram.v"
|
||||||
`include "src/idelay_calibrator.v"
|
`include "src/idelay_calibrator.v"
|
||||||
`include "src/error_counter.v"
|
`include "src/error_counter.v"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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 "src/idelay_calibrator.v"
|
`include "src/idelay_calibrator.v"
|
||||||
|
|
||||||
`default_nettype none
|
`default_nettype none
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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
|
||||||
|
|
||||||
`default_nettype none
|
`default_nettype none
|
||||||
`timescale 1ns / 1ps
|
`timescale 1ns / 1ps
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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
|
||||||
|
|
||||||
`default_nettype none
|
`default_nettype none
|
||||||
`timescale 1ns / 1ps
|
`timescale 1ns / 1ps
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# 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
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# 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
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
create_project -force -part xc7a35ticsg324-1L $::env(TESTBENCH_TITLE) $::env(TESTBENCH_TITLE)
|
create_project -force -part xc7a35ticsg324-1L $::env(TESTBENCH_TITLE) $::env(TESTBENCH_TITLE)
|
||||||
|
|
||||||
read_verilog $::env(TESTBENCH_TITLE).v
|
read_verilog $::env(TESTBENCH_TITLE).v
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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
|
||||||
|
|
||||||
`default_nettype none
|
`default_nettype none
|
||||||
|
|
||||||
module error_counter #
|
module error_counter #
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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
|
||||||
|
|
||||||
`default_nettype none
|
`default_nettype none
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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
|
||||||
|
|
||||||
module idelay_histogram #
|
module idelay_histogram #
|
||||||
(
|
(
|
||||||
parameter UART_PRESCALER = 868 // UART prescaler
|
parameter UART_PRESCALER = 868 // UART prescaler
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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
|
||||||
|
|
||||||
`default_nettype none
|
`default_nettype none
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
// 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
|
||||||
|
|
||||||
`default_nettype none
|
`default_nettype none
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
create_project -force -name $env(PROJECT_NAME) -part xc7a35tcpg236-1
|
create_project -force -name $env(PROJECT_NAME) -part xc7a35tcpg236-1
|
||||||
|
|
||||||
read_edif ../$env(PROJECT_NAME).edif
|
read_edif ../$env(PROJECT_NAME).edif
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
create_project -force -name $env(PROJECT_NAME) -part xc7a35tcpg236-1
|
create_project -force -name $env(PROJECT_NAME) -part xc7a35tcpg236-1
|
||||||
|
|
||||||
read_verilog ../$env(PROJECT_NAME).v
|
read_verilog ../$env(PROJECT_NAME).v
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue