summaryrefslogtreecommitdiffstats
path: root/simulator/HAL.cpp
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-05-02 19:59:19 -0600
committerEvan Lojewski <github@meklort.com>2019-05-02 19:59:19 -0600
commit86106d98887a390f3a0dd54edf167cb5da1c2436 (patch)
tree95ef7dfb0615a611e6ee8a3b37b8bdb5195a86d2 /simulator/HAL.cpp
parentd34ace3709b06d55510c7b4481f9e055ff6610e3 (diff)
downloadbcm5719-ortega-86106d98887a390f3a0dd54edf167cb5da1c2436.tar.gz
bcm5719-ortega-86106d98887a390f3a0dd54edf167cb5da1c2436.zip
Begin moving APE tx code from the host to the APE.
Diffstat (limited to 'simulator/HAL.cpp')
-rw-r--r--simulator/HAL.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/simulator/HAL.cpp b/simulator/HAL.cpp
index 364f33f..46b0705 100644
--- a/simulator/HAL.cpp
+++ b/simulator/HAL.cpp
@@ -12,6 +12,7 @@
#include <bcm5719_GEN.h>
#include <APE_NVIC.h>
#include <APE_FILTERS.h>
+#include <APE_TX_PORT.h>
#include <dirent.h>
#include <endian.h>
@@ -284,5 +285,8 @@ bool initHAL(const char *pci_path, int wanted_function)
init_APE_NVIC();
init_APE_NVIC_sim(NULL);
+ init_APE_TX_PORT();
+ init_APE_TX_PORT_sim(NULL);
+
return true;
}
OpenPOWER on IntegriCloud