Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit fd9c8d1

Browse files
author
IgnoreWarnings
committed
implement efds in platform_intc
1 parent bd8d458 commit fd9c8d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/ips/platform_intc.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#include <villas/fpga/ips/platform_intc.hpp>
2+
#include <villas/fpga/platform_card.hpp>
3+
4+
bool PlatformInterruptController::init(){
5+
auto platform_card = dynamic_cast<villas::fpga::PlatformCard*>(card);
6+
platform_card->devices[0]->platformInit(efds);
7+
}
28

39
bool PlatformInterruptController::enableInterrupt(
410
InterruptController::IrqMaskType mask, bool polling) {

0 commit comments

Comments
 (0)