diff options
| author | Evan Lojewski <github@meklort.com> | 2019-05-02 21:21:05 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-05-02 21:21:05 -0600 |
| commit | 0e0e5e5b28c86da08c23a9ecb30bd08c4323d441 (patch) | |
| tree | 96ada964bc1869d06dd7d5725df8da6a4c4594ae /simulator/HAL.cpp | |
| parent | 86106d98887a390f3a0dd54edf167cb5da1c2436 (diff) | |
| download | bcm5719-ortega-0e0e5e5b28c86da08c23a9ecb30bd08c4323d441.tar.gz bcm5719-ortega-0e0e5e5b28c86da08c23a9ecb30bd08c4323d441.zip | |
Add initial RX port register generation.
Diffstat (limited to 'simulator/HAL.cpp')
| -rw-r--r-- | simulator/HAL.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/simulator/HAL.cpp b/simulator/HAL.cpp index 46b0705..01f9032 100644 --- a/simulator/HAL.cpp +++ b/simulator/HAL.cpp @@ -13,6 +13,7 @@ #include <APE_NVIC.h> #include <APE_FILTERS.h> #include <APE_TX_PORT.h> +#include <APE_RX_PORT.h> #include <dirent.h> #include <endian.h> @@ -288,5 +289,8 @@ bool initHAL(const char *pci_path, int wanted_function) init_APE_TX_PORT(); init_APE_TX_PORT_sim(NULL); + init_APE_RX_PORT(); + init_APE_RX_PORT_sim(NULL); + return true; } |

