mirror of https://github.com/openXC7/prjxray.git
Add licensing header to C++ source and header files
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com> Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
This commit is contained in:
parent
4951b95902
commit
bb400b4f1e
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/big_endian_span.h>
|
||||
|
||||
#include <cstdint>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/bit_ops.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/database.h>
|
||||
|
||||
#include <glob.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_BIG_ENDIAN_SPAN
|
||||
#define PRJXRAY_LIB_BIG_ENDIAN_SPAN
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_BIT_OPS_H
|
||||
#define PRJXRAY_LIB_BIT_OPS_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_DATABASE_H
|
||||
#define PRJXRAY_LIB_DATABASE_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_MEMORY_MAPPED_FILE
|
||||
#define PRJXRAY_LIB_MEMORY_MAPPED_FILE
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_SEGBITS_FILE_READER_H
|
||||
#define PRJXRAY_LIB_SEGBITS_FILE_READER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_ARCHITECTURES_H_
|
||||
#define PRJXRAY_LIB_XILINX_ARCHITECTURES_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_BITSTREAM_READER_H
|
||||
#define PRJXRAY_LIB_XILINX_BITSTREAM_READER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
/*
|
||||
* Takes in a collection of ConfigurationPacket and writes them to specified
|
||||
* file This includes the following: -Bus auto detection -Sync Word -FPGA
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_CONFIGURATION_H_
|
||||
#define PRJXRAY_LIB_XILINX_CONFIGURATION_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_CONFIGURATION_PACKET_H
|
||||
#define PRJXRAY_LIB_XILINX_CONFIGURATION_PACKET_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_CONFIGURATION_PACKET_WITH_PAYLOAD_H
|
||||
#define PRJXRAY_LIB_XILINX_CONFIGURATION_PACKET_WITH_PAYLOAD_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_CONFIGURATION_REGISTER_H_
|
||||
#define PRJXRAY_LIB_XILINX_CONFIGURATION_REGISTER_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_FRAMES_H
|
||||
#define PRJXRAY_LIB_XILINX_FRAMES_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_NOP_PACKET_H
|
||||
#define PRJXRAY_LIB_XILINX_NOP_PACKET_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_BLOCK_TYPE_H_
|
||||
#define PRJXRAY_LIB_XILINX_SPARTAN6_BLOCK_TYPE_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_COMMAND_H_
|
||||
#define PRJXRAY_LIB_XILINX_SPARTAN6_COMMAND_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_CONFIGURATION_BUS_H_
|
||||
#define PRJXRAY_LIB_XILINX_SPARTAN6_CONFIGURATION_BUS_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_CONFIGURATION_COLUMN_H_
|
||||
#define PRJXRAY_LIB_XILINX_SPARTAN6_CONFIGURATION_COLUMN_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_ROW_H_
|
||||
#define PRJXRAY_LIB_XILINX_SPARTAN6_ROW_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_FRAME_ADDRESS_H_
|
||||
#define PRJXRAY_LIB_XILINX_SPARTAN6_FRAME_ADDRESS_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_GLOBAL_CLOCK_REGION_H_
|
||||
#define PRJXRAY_LIB_XILINX_SPARTAN6_GLOBAL_CLOCK_REGION_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_PART_H_
|
||||
#define PRJXRAY_LIB_XILINX_SPARTAN6_PART_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_BLOCK_TYPE_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_BLOCK_TYPE_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_COMMAND_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_COMMAND_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_CONFIGURATION_BUS_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_CONFIGURATION_BUS_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_CONFIGURATION_COLUMN_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_CONFIGURATION_COLUMN_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_CONFIGURATION_OPTIONS_0_VALUE_H
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_CONFIGURATION_OPTIONS_0_VALUE_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_ROW_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_ROW_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_CRC_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_CRC_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_ECC_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_ECC_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_FRAME_ADDRESS_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_FRAME_ADDRESS_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_GLOBAL_CLOCK_REGION_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_GLOBAL_CLOCK_REGION_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_PART_H_
|
||||
#define PRJXRAY_LIB_XILINX_XC7SERIES_PART_H_
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/memory_mapped_file.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/memory_mapped_file.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/segbits_file_reader.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,13 @@
|
|||
/*
|
||||
*
|
||||
* 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 <prjxray/segbits_file_reader.h>
|
||||
|
||||
#include <map>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <iostream>
|
||||
|
||||
#include <prjxray/bit_ops.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/configuration_packet.h>
|
||||
|
||||
#include <iomanip>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/configuration_register.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/frames.h>
|
||||
#include <prjxray/xilinx/xc7series/ecc.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/block_type.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/configuration_bus.h>
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/configuration_column.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/configuration_row.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <iomanip>
|
||||
|
||||
#include <prjxray/bit_ops.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/global_clock_region.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/part.h>
|
||||
|
||||
#include <iomanip>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <array>
|
||||
|
||||
#include <absl/types/span.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <array>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/block_type.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/configuration_bus.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/configuration_column.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <functional>
|
||||
|
||||
#include <absl/meta/type_traits.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/frame_address.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <vector>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/global_clock_region.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/part.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/spartan6/configuration_row.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <array>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <array>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/block_type.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/configuration_bus.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/configuration_column.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <functional>
|
||||
|
||||
#include <absl/meta/type_traits.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/crc.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/ecc.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/frame_address.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <vector>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/global_clock_region.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/part.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/configuration_row.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/block_type.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/configuration_bus.h>
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/configuration_column.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/configuration_row.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/ecc.h>
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/frame_address.h>
|
||||
|
||||
#include <iomanip>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/global_clock_region.h>
|
||||
|
||||
namespace prjxray {
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <prjxray/xilinx/xc7series/part.h>
|
||||
|
||||
#include <iomanip>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <typeinfo>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <libgen.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <iostream>
|
||||
|
||||
#include <gflags/gflags.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +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
|
||||
*/
|
||||
#include <iostream>
|
||||
|
||||
#include <gflags/gflags.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue