From 3316c3a0476e1ee438c1e5455fffd2cc526ccc56 Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Wed, 5 Jun 2019 20:07:56 -0600 Subject: Rename FILTERS to FILTERS0 to match the rest of the APE network peripherals. --- simulator/HAL.cpp | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'simulator/HAL.cpp') diff --git a/simulator/HAL.cpp b/simulator/HAL.cpp index f5c8857..4ad672b 100644 --- a/simulator/HAL.cpp +++ b/simulator/HAL.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include @@ -20,6 +20,9 @@ #include #include #include +// #include +// #include +// #include #include #include @@ -284,8 +287,8 @@ bool initHAL(const char *pci_path, int wanted_function) init_bcm5719_SHM_CHANNEL3(); init_bcm5719_SHM_CHANNEL3_sim(&APEBase[0x4c00]); - init_APE_FILTERS(); - init_APE_FILTERS_sim(NULL); + init_APE_FILTERS0(); + init_APE_FILTERS0_sim(NULL); init_APE_NVIC(); init_APE_NVIC_sim(NULL); @@ -314,5 +317,11 @@ bool initHAL(const char *pci_path, int wanted_function) init_APE_RX_PORT3(); init_APE_RX_PORT3_sim(NULL); + // init_APE_DEVICE1(); + // init_APE_DEVICE1_sim(NULL); + // init_APE_DEVICE2(); + // init_APE_DEVICE2_sim(NULL); + // init_APE_DEVICE3(); + // init_APE_DEVICE3_sim(NULL); return true; } -- cgit v1.2.3