Deleted Added
sdiff udiff text old ( 11555:2efa95cf8504 ) new ( 11673:9f3ccf96bb5a )
full compact
1/*
2 * Copyright (c) 2012-2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 712 unchanged lines hidden (view full) ---

721 const Tick tRAS;
722 const Tick tWR;
723 const Tick tRTP;
724 const Tick tRFC;
725 const Tick tREFI;
726 const Tick tRRD;
727 const Tick tRRD_L;
728 const Tick tXAW;
729 const Tick tXP;
730 const Tick tXS;
731 const uint32_t activationLimit;
732
733 /**
734 * Memory controller configuration initialized based on parameter
735 * values.
736 */
737 Enums::MemSched memSchedPolicy;
738 Enums::AddrMap addrMapping;

--- 157 unchanged lines hidden ---