1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Merge branch 'master' into lab20-tcp

This commit is contained in:
al3xa23 2025-02-20 15:30:22 +01:00 committed by GitHub
commit f410899753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,7 @@ public:
private:
virtual Vlnv getCompatibleVlnv() const {
return Vlnv("xilinx.com:module_ref:dinoif_fast:");
return Vlnv("xilinx.com:module_ref:dinoif_adc:");
}
Core *make() const { return new DinoAdc; };
};