From 894460cd7b2f1742cd8ff7e9d1d3f2553acbf9de Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 28 Oct 2022 08:05:48 -0400 Subject: [PATCH] intc: fix VLNV for Niklas' new bistream --- fpga/include/villas/fpga/ips/intc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpga/include/villas/fpga/ips/intc.hpp b/fpga/include/villas/fpga/ips/intc.hpp index 7c5a805b2..8083e8eeb 100644 --- a/fpga/include/villas/fpga/ips/intc.hpp +++ b/fpga/include/villas/fpga/ips/intc.hpp @@ -88,7 +88,7 @@ public: static constexpr const char* getCompatibleVlnvString() { - return "acs.eonerc.rwth-aachen.de:user:axi_pcie_intc:"; + return "xilinx.com:module_ref:axi_pcie_intc:"; } Core* create()