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 <prjxray/big_endian_span.h>
|
||||||
|
|
||||||
#include <cstdint>
|
#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 <prjxray/bit_ops.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/database.h>
|
||||||
|
|
||||||
#include <glob.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
|
#ifndef PRJXRAY_LIB_BIG_ENDIAN_SPAN
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_BIT_OPS_H
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_DATABASE_H
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_MEMORY_MAPPED_FILE
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_SEGBITS_FILE_READER_H
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_ARCHITECTURES_H_
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_XILINX_BITSTREAM_READER_H
|
||||||
#define 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
|
* Takes in a collection of ConfigurationPacket and writes them to specified
|
||||||
* file This includes the following: -Bus auto detection -Sync Word -FPGA
|
* 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_
|
#ifndef PRJXRAY_LIB_XILINX_CONFIGURATION_H_
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_XILINX_CONFIGURATION_PACKET_H
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_XILINX_CONFIGURATION_PACKET_WITH_PAYLOAD_H
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_CONFIGURATION_REGISTER_H_
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_XILINX_FRAMES_H
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_XILINX_NOP_PACKET_H
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_BLOCK_TYPE_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_COMMAND_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_CONFIGURATION_BUS_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_CONFIGURATION_COLUMN_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_ROW_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_FRAME_ADDRESS_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_GLOBAL_CLOCK_REGION_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_SPARTAN6_PART_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_BLOCK_TYPE_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_COMMAND_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_CONFIGURATION_BUS_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_CONFIGURATION_COLUMN_H_
|
||||||
#define 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
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_CONFIGURATION_OPTIONS_0_VALUE_H
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_ROW_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_CRC_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_ECC_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_FRAME_ADDRESS_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_GLOBAL_CLOCK_REGION_H_
|
||||||
#define 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_
|
#ifndef PRJXRAY_LIB_XILINX_XC7SERIES_PART_H_
|
||||||
#define 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 <prjxray/memory_mapped_file.h>
|
||||||
|
|
||||||
#include <fcntl.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 <prjxray/memory_mapped_file.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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>
|
#include <prjxray/segbits_file_reader.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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 <prjxray/segbits_file_reader.h>
|
||||||
|
|
||||||
#include <map>
|
#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 <iostream>
|
||||||
|
|
||||||
#include <prjxray/bit_ops.h>
|
#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 <fstream>
|
||||||
#include <iostream>
|
#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 <prjxray/xilinx/configuration_packet.h>
|
||||||
|
|
||||||
#include <iomanip>
|
#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>
|
#include <prjxray/xilinx/configuration_register.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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/frames.h>
|
||||||
#include <prjxray/xilinx/xc7series/ecc.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>
|
#include <prjxray/xilinx/spartan6/block_type.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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 <prjxray/xilinx/spartan6/configuration_bus.h>
|
||||||
|
|
||||||
#include <iostream>
|
#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>
|
#include <prjxray/xilinx/spartan6/configuration_column.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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>
|
#include <prjxray/xilinx/spartan6/configuration_row.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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 <iomanip>
|
||||||
|
|
||||||
#include <prjxray/bit_ops.h>
|
#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>
|
#include <prjxray/xilinx/spartan6/global_clock_region.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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 <prjxray/xilinx/spartan6/part.h>
|
||||||
|
|
||||||
#include <iomanip>
|
#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 <array>
|
||||||
|
|
||||||
#include <absl/types/span.h>
|
#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 <array>
|
||||||
|
|
||||||
#include <gtest/gtest.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/block_type.h>
|
#include <prjxray/xilinx/spartan6/block_type.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/spartan6/configuration_bus.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/spartan6/configuration_column.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <functional>
|
||||||
|
|
||||||
#include <absl/meta/type_traits.h>
|
#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 <cstdint>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#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 <prjxray/xilinx/spartan6/frame_address.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <vector>
|
||||||
|
|
||||||
#include <gtest/gtest.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/global_clock_region.h>
|
#include <prjxray/xilinx/spartan6/global_clock_region.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/spartan6/part.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/spartan6/configuration_row.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <array>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <array>
|
||||||
|
|
||||||
#include <gtest/gtest.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>
|
#include <prjxray/xilinx/xc7series/block_type.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/xc7series/configuration_bus.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/xc7series/configuration_column.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <functional>
|
||||||
|
|
||||||
#include <absl/meta/type_traits.h>
|
#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 <cstdint>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#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 <prjxray/xilinx/xc7series/crc.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/xc7series/ecc.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/xc7series/frame_address.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <vector>
|
||||||
|
|
||||||
#include <gtest/gtest.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/global_clock_region.h>
|
#include <prjxray/xilinx/xc7series/global_clock_region.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/xc7series/part.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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 <prjxray/xilinx/xc7series/configuration_row.h>
|
||||||
|
|
||||||
#include <gtest/gtest.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>
|
#include <prjxray/xilinx/xc7series/block_type.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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 <prjxray/xilinx/xc7series/configuration_bus.h>
|
||||||
|
|
||||||
#include <iostream>
|
#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>
|
#include <prjxray/xilinx/xc7series/configuration_column.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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>
|
#include <prjxray/xilinx/xc7series/configuration_row.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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 <prjxray/xilinx/xc7series/ecc.h>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstdio>
|
#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 <prjxray/xilinx/xc7series/frame_address.h>
|
||||||
|
|
||||||
#include <iomanip>
|
#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>
|
#include <prjxray/xilinx/xc7series/global_clock_region.h>
|
||||||
|
|
||||||
namespace prjxray {
|
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 <prjxray/xilinx/xc7series/part.h>
|
||||||
|
|
||||||
#include <iomanip>
|
#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 <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.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 <algorithm>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <typeinfo>
|
#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 <fstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <iostream>
|
#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 <libgen.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#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 <assert.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.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 <iostream>
|
||||||
|
|
||||||
#include <gflags/gflags.h>
|
#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 <iostream>
|
||||||
|
|
||||||
#include <gflags/gflags.h>
|
#include <gflags/gflags.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue