diff --git a/fpga/include/villas/fpga/card.hpp b/fpga/include/villas/fpga/card.hpp index 2014b065d..4303ddf50 100644 --- a/fpga/include/villas/fpga/card.hpp +++ b/fpga/include/villas/fpga/card.hpp @@ -22,7 +22,7 @@ namespace fpga { class Card { public: bool polling; - + bool doReset; // Reset VILLASfpga during startup? std::string name; // The name of the FPGA card std::shared_ptr vfioContainer; diff --git a/fpga/include/villas/fpga/pcie_card.hpp b/fpga/include/villas/fpga/pcie_card.hpp index a5aebe213..329bcaa29 100644 --- a/fpga/include/villas/fpga/pcie_card.hpp +++ b/fpga/include/villas/fpga/pcie_card.hpp @@ -52,7 +52,6 @@ public: void dump() {} public: // TODO: make this private - bool doReset; // Reset VILLASfpga during startup? int affinity; // Affinity for MSI interrupts std::shared_ptr pdev; // PCI device handle