mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix: change Dino ip name "dinoif_fast" to "dinoif_adc"
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
6a4b0d8df5
commit
c76c623b57
1 changed files with 1 additions and 1 deletions
|
@ -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; };
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue