diff options
| author | Evan Lojewski <github@meklort.com> | 2019-03-11 19:16:33 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-03-11 19:16:33 -0600 |
| commit | 36b97fd32cf587808c9e6abb2cbc280bcda7e8d0 (patch) | |
| tree | 6a3e467d0d24dc412831de11ffe3e9be900e62a3 /simulator/bcm5719_NVM.cpp | |
| parent | 39a24f82f4f000132cea47a3d9297f952e332a73 (diff) | |
| download | bcm5719-ortega-36b97fd32cf587808c9e6abb2cbc280bcda7e8d0.tar.gz bcm5719-ortega-36b97fd32cf587808c9e6abb2cbc280bcda7e8d0.zip | |
Add in additional NVM configuration registers to the ipxact and regenerate.
Diffstat (limited to 'simulator/bcm5719_NVM.cpp')
| -rw-r--r-- | simulator/bcm5719_NVM.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/simulator/bcm5719_NVM.cpp b/simulator/bcm5719_NVM.cpp index 0ccda0d..c74a24e 100644 --- a/simulator/bcm5719_NVM.cpp +++ b/simulator/bcm5719_NVM.cpp @@ -59,9 +59,19 @@ void init_bcm5719_NVM(void) /** @brief Bitmap for @ref NVM_t.NvmCfg1. */ + /** @brief Bitmap for @ref NVM_t.NvmCfg2. */ + + /** @brief Bitmap for @ref NVM_t.NvmCfg3. */ + /** @brief Bitmap for @ref NVM_t.SoftwareArbitration. */ /** @brief Bitmap for @ref NVM_t.Access. */ + /** @brief Bitmap for @ref NVM_t.NvmWrite1. */ + + /** @brief Bitmap for @ref NVM_t.ArbitrationWatchdog. */ + + /** @brief Bitmap for @ref NVM_t.AutoSenseStatus. */ + } |

