diff options
| author | Evan Lojewski <github@meklort.com> | 2019-06-16 19:37:50 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-06-16 19:37:50 -0600 |
| commit | 4ed0e6266b404eb41244d0988ea4241cff6f404a (patch) | |
| tree | b70f1f4035f5e9043ac67ea748bee055d392c53e /simulator/bcm5719_APE.cpp | |
| parent | 3849eb74771c3e87e2f5c6c45028134d8bcbe2ce (diff) | |
| download | bcm5719-ortega-4ed0e6266b404eb41244d0988ea4241cff6f404a.tar.gz bcm5719-ortega-4ed0e6266b404eb41244d0988ea4241cff6f404a.zip | |
Check in missing ipxact outputs.
Diffstat (limited to 'simulator/bcm5719_APE.cpp')
| -rw-r--r-- | simulator/bcm5719_APE.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/simulator/bcm5719_APE.cpp b/simulator/bcm5719_APE.cpp index cd91752..bdcdd01 100644 --- a/simulator/bcm5719_APE.cpp +++ b/simulator/bcm5719_APE.cpp @@ -111,6 +111,10 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.TxToNetBufferAllocator1. */ + /** @brief Bitmap for @ref APE_t.TxToNetBufferReturn1. */ + + /** @brief Bitmap for @ref APE_t.TxToNetBufferRing1. */ + /** @brief Bitmap for @ref APE_t.TxToNetDoorbellFunc1. */ /** @brief Bitmap for @ref APE_t.RxbufoffsetFunc2. */ @@ -125,6 +129,10 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.TxToNetBufferAllocator2. */ + /** @brief Bitmap for @ref APE_t.TxToNetBufferReturn2. */ + + /** @brief Bitmap for @ref APE_t.TxToNetBufferRing2. */ + /** @brief Bitmap for @ref APE_t.RxbufoffsetFunc3. */ /** @brief Bitmap for @ref APE_t.TxToNetDoorbellFunc3. */ @@ -137,5 +145,9 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.TxToNetBufferAllocator3. */ + /** @brief Bitmap for @ref APE_t.TxToNetBufferReturn3. */ + + /** @brief Bitmap for @ref APE_t.TxToNetBufferRing3. */ + } |

