diff options
author | Evan Lojewski <github@meklort.com> | 2019-11-30 18:50:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-30 18:50:50 -0700 |
commit | e0912558b571ce29e2d48cf2c9d7b97ded57ac42 (patch) | |
tree | 2b82fa153ac0cf128a89ec844d4d720ab72497bc /simulator/bcm5719_APE.cpp | |
parent | e838d001437ef9ec30ba285644533845dbec17fc (diff) | |
download | bcm5719-ortega-e0912558b571ce29e2d48cf2c9d7b97ded57ac42.tar.gz bcm5719-ortega-e0912558b571ce29e2d48cf2c9d7b97ded57ac42.zip |
ipxact: Regnerate and fix a printout bug with undefined registers. (#8)
Diffstat (limited to 'simulator/bcm5719_APE.cpp')
-rw-r--r-- | simulator/bcm5719_APE.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/simulator/bcm5719_APE.cpp b/simulator/bcm5719_APE.cpp index bdcdd01..ddb86b7 100644 --- a/simulator/bcm5719_APE.cpp +++ b/simulator/bcm5719_APE.cpp @@ -77,6 +77,8 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.RxPoolRetire0. */ + /** @brief Bitmap for @ref APE_t.RxPoolFreePointer0. */ + /** @brief Bitmap for @ref APE_t.RxPoolRetire1. */ /** @brief Bitmap for @ref APE_t.TxToNetPoolModeStatus0. */ @@ -87,6 +89,8 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.TxToNetBufferRing0. */ + /** @brief Bitmap for @ref APE_t.RxPoolFreePointer1. */ + /** @brief Bitmap for @ref APE_t.Tick1mhz. */ /** @brief Bitmap for @ref APE_t.Tick1khz. */ @@ -125,6 +129,8 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.RxPoolRetire2. */ + /** @brief Bitmap for @ref APE_t.RxPoolFreePointer2. */ + /** @brief Bitmap for @ref APE_t.TxToNetPoolModeStatus2. */ /** @brief Bitmap for @ref APE_t.TxToNetBufferAllocator2. */ @@ -141,6 +147,8 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.RxPoolRetire3. */ + /** @brief Bitmap for @ref APE_t.RxPoolFreePointer3. */ + /** @brief Bitmap for @ref APE_t.TxToNetPoolModeStatus3. */ /** @brief Bitmap for @ref APE_t.TxToNetBufferAllocator3. */ |