diff --git a/fpga/gpu/include/villas/gpu.hpp b/fpga/gpu/include/villas/gpu.hpp index 507a2953a..b6b1f982d 100644 --- a/fpga/gpu/include/villas/gpu.hpp +++ b/fpga/gpu/include/villas/gpu.hpp @@ -1,6 +1,5 @@ /** GPU managment. * - * @file * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Institute for Automation of Complex Power Systems, EONERC * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/gpu/kernels.hpp b/fpga/gpu/kernels.hpp index 092905089..31086c38a 100644 --- a/fpga/gpu/kernels.hpp +++ b/fpga/gpu/kernels.hpp @@ -1,6 +1,5 @@ /** GPU Kernels. * - * @file * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Institute for Automation of Complex Power Systems, EONERC * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/gpu/src/gpu.cpp b/fpga/gpu/src/gpu.cpp index c5859e296..a98bef104 100644 --- a/fpga/gpu/src/gpu.cpp +++ b/fpga/gpu/src/gpu.cpp @@ -1,6 +1,5 @@ /** GPU managment. * - * @file * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Institute for Automation of Complex Power Systems, EONERC * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/gpu/src/kernels.cu b/fpga/gpu/src/kernels.cu index 91a126b8c..8806bcaa4 100644 --- a/fpga/gpu/src/kernels.cu +++ b/fpga/gpu/src/kernels.cu @@ -1,6 +1,5 @@ /** GPU Kernels. * - * @file * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Institute for Automation of Complex Power Systems, EONERC * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/include/villas/fpga/card.hpp b/fpga/include/villas/fpga/card.hpp index f90386667..6e47227a6 100644 --- a/fpga/include/villas/fpga/card.hpp +++ b/fpga/include/villas/fpga/card.hpp @@ -2,7 +2,6 @@ * * This class represents a FPGA device. * - * @file * Author: Steffen Vogel * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Institute for Automation of Complex Power Systems, EONERC diff --git a/fpga/include/villas/fpga/config.h b/fpga/include/villas/fpga/config.h index e2e5a7aab..75b2bb725 100644 --- a/fpga/include/villas/fpga/config.h +++ b/fpga/include/villas/fpga/config.h @@ -3,7 +3,6 @@ * This file contains some compiled-in settings. * This settings are not part of the configuration file. * - * @file * Author: Steffen Vogel * SPDX-FileCopyrightText: 2017 Institute for Automation of Complex Power Systems, EONERC * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/include/villas/fpga/core.hpp b/fpga/include/villas/fpga/core.hpp index 94e523e13..65dd1d1a3 100644 --- a/fpga/include/villas/fpga/core.hpp +++ b/fpga/include/villas/fpga/core.hpp @@ -2,7 +2,6 @@ * * This class represents a module within the FPGA. * - * @file * Author: Steffen Vogel * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Institute for Automation of Complex Power Systems, EONERC diff --git a/fpga/include/villas/fpga/fpgaHelper.hpp b/fpga/include/villas/fpga/fpgaHelper.hpp index 03cc7769b..b1e9fbcf7 100644 --- a/fpga/include/villas/fpga/fpgaHelper.hpp +++ b/fpga/include/villas/fpga/fpgaHelper.hpp @@ -1,6 +1,5 @@ /** Helper function for directly using VILLASfpga outside of VILLASnode * - * @file * Author: Niklas Eiling * SPDX-FileCopyrightText: 2022 Steffen Vogel * SPDX-FileCopyrightText: 2022 Niklas Eiling diff --git a/fpga/include/villas/fpga/ips/aurora.hpp b/fpga/include/villas/fpga/ips/aurora.hpp index be9568972..42512682d 100644 --- a/fpga/include/villas/fpga/ips/aurora.hpp +++ b/fpga/include/villas/fpga/ips/aurora.hpp @@ -1,6 +1,5 @@ /** Driver for wrapper around Aurora (acs.eonerc.rwth-aachen.de:user:aurora) * - * @file * Author: Hatim Kanchwala * SPDX-FileCopyrightText: 2020 Institute for Automation of Complex Power Systems, EONERC * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/include/villas/fpga/ips/dino.hpp b/fpga/include/villas/fpga/ips/dino.hpp index 1d824222b..9c814c185 100644 --- a/fpga/include/villas/fpga/ips/dino.hpp +++ b/fpga/include/villas/fpga/ips/dino.hpp @@ -1,6 +1,5 @@ /** Driver for wrapper around Dino * - * @file * Author: Steffen Vogel * SPDX-FileCopyrightText: 2020 Institute for Automation of Complex Power Systems, EONERC * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/include/villas/fpga/ips/emc.hpp b/fpga/include/villas/fpga/ips/emc.hpp index af3734df2..e44b1d2c6 100644 --- a/fpga/include/villas/fpga/ips/emc.hpp +++ b/fpga/include/villas/fpga/ips/emc.hpp @@ -1,6 +1,5 @@ /** AXI External Memory Controller (EMC) * - * @file * Author: Steffen Vogel * SPDX-FileCopyrightText: 2017 Steffen Vogel * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/include/villas/fpga/ips/gpio.hpp b/fpga/include/villas/fpga/ips/gpio.hpp index fc3d433b7..e1d4f8c67 100644 --- a/fpga/include/villas/fpga/ips/gpio.hpp +++ b/fpga/include/villas/fpga/ips/gpio.hpp @@ -1,6 +1,5 @@ /** AXI General Purpose IO (GPIO) * - * @file * Author: Steffen Vogel * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Steffen Vogel diff --git a/fpga/include/villas/fpga/ips/gpu2rtds.hpp b/fpga/include/villas/fpga/ips/gpu2rtds.hpp index 8a227fc00..e168619f0 100644 --- a/fpga/include/villas/fpga/ips/gpu2rtds.hpp +++ b/fpga/include/villas/fpga/ips/gpu2rtds.hpp @@ -1,6 +1,5 @@ /** GPU2RTDS IP core * - * @file * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Daniel Krebs * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/include/villas/fpga/ips/hls.hpp b/fpga/include/villas/fpga/ips/hls.hpp index 1bf879842..63fea706c 100644 --- a/fpga/include/villas/fpga/ips/hls.hpp +++ b/fpga/include/villas/fpga/ips/hls.hpp @@ -1,6 +1,5 @@ /** HLS IP core * - * @file * Author: Steffen Vogel * SPDX-FileCopyrightText: 2017 Steffen Vogel * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/include/villas/fpga/ips/intc.hpp b/fpga/include/villas/fpga/ips/intc.hpp index 6a59d5fe8..226165ec3 100644 --- a/fpga/include/villas/fpga/ips/intc.hpp +++ b/fpga/include/villas/fpga/ips/intc.hpp @@ -1,6 +1,5 @@ /** AXI-PCIe Interrupt controller * - * @file * Author: Steffen Vogel * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Steffen Vogel diff --git a/fpga/include/villas/fpga/ips/pcie.hpp b/fpga/include/villas/fpga/ips/pcie.hpp index e45ace925..930acd0f2 100644 --- a/fpga/include/villas/fpga/ips/pcie.hpp +++ b/fpga/include/villas/fpga/ips/pcie.hpp @@ -2,7 +2,6 @@ * * These functions present a simpler interface to Xilinx' AXI Stream switch driver (XAxis_Switch_*) * - * @file * Author: Steffen Vogel * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Steffen Vogel diff --git a/fpga/include/villas/fpga/ips/rtds.hpp b/fpga/include/villas/fpga/ips/rtds.hpp index f09df9a4a..446d0670a 100644 --- a/fpga/include/villas/fpga/ips/rtds.hpp +++ b/fpga/include/villas/fpga/ips/rtds.hpp @@ -1,6 +1,5 @@ /** Driver for AXI Stream wrapper around RTDS_InterfaceModule (rtds_axis ) * - * @file * Author: Steffen Vogel * SPDX-FileCopyrightText: 2017 Steffen Vogel * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/include/villas/fpga/ips/rtds2gpu/register_types.hpp b/fpga/include/villas/fpga/ips/rtds2gpu/register_types.hpp index cb6565bb0..72208aa98 100644 --- a/fpga/include/villas/fpga/ips/rtds2gpu/register_types.hpp +++ b/fpga/include/villas/fpga/ips/rtds2gpu/register_types.hpp @@ -1,6 +1,5 @@ /** GPU2RTDS register types * - * @file * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Daniel Krebs * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/include/villas/fpga/ips/switch.hpp b/fpga/include/villas/fpga/ips/switch.hpp index e80e5bef0..5f007c0d2 100644 --- a/fpga/include/villas/fpga/ips/switch.hpp +++ b/fpga/include/villas/fpga/ips/switch.hpp @@ -2,7 +2,6 @@ * * These functions present a simpler interface to Xilinx' AXI Stream switch driver (XAxis_Switch_*) * - * @file * Author: Steffen Vogel * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Steffen Vogel diff --git a/fpga/include/villas/fpga/node.hpp b/fpga/include/villas/fpga/node.hpp index 71c5e092b..648871a5a 100644 --- a/fpga/include/villas/fpga/node.hpp +++ b/fpga/include/villas/fpga/node.hpp @@ -2,7 +2,6 @@ * * This class represents a module within the FPGA. * - * @file * Author: Steffen Vogel * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Institute for Automation of Complex Power Systems, EONERC diff --git a/fpga/include/villas/fpga/vlnv.hpp b/fpga/include/villas/fpga/vlnv.hpp index ff8cdd799..d13d05083 100644 --- a/fpga/include/villas/fpga/vlnv.hpp +++ b/fpga/include/villas/fpga/vlnv.hpp @@ -1,6 +1,5 @@ /** Vendor, Library, Name, Version (VLNV) tag. * - * @file * Author: Daniel Krebs * SPDX-FileCopyrightText: 2017 Institute for Automation of Complex Power Systems, EONERC * SPDX-License-Identifier: Apache-2.0 diff --git a/fpga/tests/unit/rtds2gpu.cpp b/fpga/tests/unit/rtds2gpu.cpp index f369dee82..510026563 100644 --- a/fpga/tests/unit/rtds2gpu.cpp +++ b/fpga/tests/unit/rtds2gpu.cpp @@ -1,6 +1,5 @@ /** FIFO unit test. * - * @file * Author: Steffen Vogel * SPDX-FileCopyrightText: 2017 Steffen Vogel * SPDX-License-Identifier: Apache-2.0