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/APE_DEVICE.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/APE_DEVICE.cpp')
| -rw-r--r-- | simulator/APE_DEVICE.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/simulator/APE_DEVICE.cpp b/simulator/APE_DEVICE.cpp index 84a2c69..9441f00 100644 --- a/simulator/APE_DEVICE.cpp +++ b/simulator/APE_DEVICE.cpp @@ -69,6 +69,8 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.ApeMemoryData. */ + /** @brief Bitmap for @ref DEVICE_t.160. */ + /** @brief Bitmap for @ref DEVICE_t.EmacMode. */ /** @brief Bitmap for @ref DEVICE_t.EmacStatus. */ @@ -97,6 +99,8 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.WolPatternCfg. */ + /** @brief Bitmap for @ref DEVICE_t.438. */ + /** @brief Bitmap for @ref DEVICE_t.MtuSize. */ /** @brief Bitmap for @ref DEVICE_t.MiiCommunication. */ @@ -131,6 +135,8 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.CpmuControl. */ + /** @brief Bitmap for @ref DEVICE_t.NoLinkPowerModeClockPolicy. */ + /** @brief Bitmap for @ref DEVICE_t.LinkAwarePowerModeClockPolicy. */ /** @brief Bitmap for @ref DEVICE_t.ClockSpeedOverridePolicy. */ @@ -149,6 +155,8 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.GphyStrap. */ + /** @brief Bitmap for @ref DEVICE_t.FlashClockControlPolicy. */ + /** @brief Bitmap for @ref DEVICE_t.TopLevelMiscellaneousControl1. */ /** @brief Bitmap for @ref DEVICE_t.EeeMode. */ @@ -161,6 +169,8 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.GlobalMutexGrant. */ + /** @brief Bitmap for @ref DEVICE_t.TemperatureMonitorControl. */ + /** @brief Bitmap for @ref DEVICE_t.MemoryArbiterMode. */ /** @brief Bitmap for @ref DEVICE_t.BufferManagerMode. */ @@ -259,6 +269,8 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.64c0. */ + /** @brief Bitmap for @ref DEVICE_t.64c4. */ + /** @brief Bitmap for @ref DEVICE_t.64c8. */ /** @brief Bitmap for @ref DEVICE_t.64dc. */ |

