From 9db4685b32a3ece9f0e95a1bc97b051c2019cb4a Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Sat, 13 Apr 2019 14:41:27 -0600 Subject: Split APE register region into two - mapped in different places based on host, mips, or ape cpu. --- simulator/bcm5719_APE.cpp | 88 ----------------------------------------------- 1 file changed, 88 deletions(-) (limited to 'simulator/bcm5719_APE.cpp') diff --git a/simulator/bcm5719_APE.cpp b/simulator/bcm5719_APE.cpp index b018789..eb62742 100644 --- a/simulator/bcm5719_APE.cpp +++ b/simulator/bcm5719_APE.cpp @@ -131,93 +131,5 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.TxToNetBufferAllocator3. */ - /** @brief Bitmap for @ref APE_t.BmcToNcRxStatus. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacHigh. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacLow. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch0High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch0Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch1High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch1Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch2High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch2Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch3High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch3Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch4High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch4Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch5High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch5Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch6High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch6Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch7High. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcSourceMacMatch7Low. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcRxVlan. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcReadBuffer. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcRxControl. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcTxStatus. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcTxControl. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcTxBuffer. */ - - /** @brief Bitmap for @ref APE_t.BmcToNcTxBufferLast. */ - - /** @brief Bitmap for @ref APE_t.RmuControl. */ - - /** @brief Bitmap for @ref APE_t.ArbControl. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPhy0. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestGrc. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPhy1. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPhy2. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestMem. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPhy3. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestPort6. */ - - /** @brief Bitmap for @ref APE_t.PerLockRequestGpio. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPhy0. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantGrc. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPhy1. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPhy2. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantMem. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPhy3. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantPort6. */ - - /** @brief Bitmap for @ref APE_t.PerLockGrantGpio. */ - } -- cgit v1.2.1