From add8dad95bc20df5c040dd161d8897d685b7c59a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 28 Oct 2022 08:06:57 -0400 Subject: [PATCH] remove useless includes --- fpga/lib/ips/aurora.cpp | 1 - fpga/lib/ips/aurora_xilinx.cpp | 1 - fpga/lib/ips/rtds.cpp | 5 ++--- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/fpga/lib/ips/aurora.cpp b/fpga/lib/ips/aurora.cpp index 11b74d956..ffa515b4d 100644 --- a/fpga/lib/ips/aurora.cpp +++ b/fpga/lib/ips/aurora.cpp @@ -24,7 +24,6 @@ #include -#include #include // Register offsets diff --git a/fpga/lib/ips/aurora_xilinx.cpp b/fpga/lib/ips/aurora_xilinx.cpp index 0ce525cfd..23651dd7a 100644 --- a/fpga/lib/ips/aurora_xilinx.cpp +++ b/fpga/lib/ips/aurora_xilinx.cpp @@ -24,7 +24,6 @@ #include -#include #include using namespace villas::fpga::ip; diff --git a/fpga/lib/ips/rtds.cpp b/fpga/lib/ips/rtds.cpp index bae25f453..b2dd672df 100644 --- a/fpga/lib/ips/rtds.cpp +++ b/fpga/lib/ips/rtds.cpp @@ -24,13 +24,12 @@ #include -#include #include #define RTDS_HZ 100000000 // 100 MHz -#define RTDS_AXIS_MAX_TX 64 // The amount of values which is supported by the vfpga card -#define RTDS_AXIS_MAX_RX 64 // The amount of values which is supported by the vfpga card +#define RTDS_AXIS_MAX_TX 64 // The amount of values which is supported by the VIILASfpga card +#define RTDS_AXIS_MAX_RX 64 // The amount of values which is supported by the VIILASfpga card // Register offsets #define RTDS_AXIS_SR_OFFSET 0x00 // Status Register (read-only). See RTDS_AXIS_SR_* constant.