diff options
| author | Evan Lojewski <github@meklort.com> | 2020-04-10 20:45:40 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-10 20:45:40 -0600 |
| commit | dc9705b4c65aa6b059a2f6beaf4d370620e583b7 (patch) | |
| tree | fd2556bfd7d794afe9772cf2c4521aa18edfc6f0 /simulator/APE_DEVICE.cpp | |
| parent | c20684dd37e5c10c23664cd931bf4b83bfe7a69a (diff) | |
| download | bcm5719-ortega-dc9705b4c65aa6b059a2f6beaf4d370620e583b7.tar.gz bcm5719-ortega-dc9705b4c65aa6b059a2f6beaf4d370620e583b7.zip | |
regs: Add relevant RX-RISC registers from the 57785 programming guide. (#77)
Diffstat (limited to 'simulator/APE_DEVICE.cpp')
| -rw-r--r-- | simulator/APE_DEVICE.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/simulator/APE_DEVICE.cpp b/simulator/APE_DEVICE.cpp index 5a03f5a..8d6318b 100644 --- a/simulator/APE_DEVICE.cpp +++ b/simulator/APE_DEVICE.cpp @@ -10,7 +10,7 @@ /// //////////////////////////////////////////////////////////////////////////////// /// -/// @copyright Copyright (c) 2018, Evan Lojewski +/// @copyright Copyright (c) 2020, Evan Lojewski /// @cond /// /// All rights reserved. @@ -189,12 +189,20 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.RxRiscStatus. */ + /** @brief Bitmap for @ref DEVICE_t.RxRiscEventMask. */ + /** @brief Bitmap for @ref DEVICE_t.RxRiscProgramCounter. */ /** @brief Bitmap for @ref DEVICE_t.RxRiscCurrentInstruction. */ + /** @brief Bitmap for @ref DEVICE_t.RxRiscInterruptEnable. */ + + /** @brief Bitmap for @ref DEVICE_t.RxRiscInterruptVector. */ + /** @brief Bitmap for @ref DEVICE_t.RxRiscHardwareBreakpoint. */ + /** @brief Bitmap for @ref DEVICE_t.RxRiscLastBranchAddress. */ + /** @brief Bitmap for @ref DEVICE_t.RxRiscRegister0. */ /** @brief Bitmap for @ref DEVICE_t.RxRiscRegister1. */ |

