dram_ctrl.hh (10215:52d46098c1b6) dram_ctrl.hh (10216:52c869140fc2)
1/*
2 * Copyright (c) 2012-2014 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

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

463 const uint32_t minWritesPerSwitch;
464 uint32_t writesThisTime;
465 uint32_t readsThisTime;
466
467 /**
468 * Basic memory timing parameters initialized based on parameter
469 * values.
470 */
1/*
2 * Copyright (c) 2012-2014 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

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

463 const uint32_t minWritesPerSwitch;
464 uint32_t writesThisTime;
465 uint32_t readsThisTime;
466
467 /**
468 * Basic memory timing parameters initialized based on parameter
469 * values.
470 */
471 const Tick tCK;
471 const Tick tWTR;
472 const Tick tRTW;
473 const Tick tBURST;
474 const Tick tRCD;
475 const Tick tCL;
476 const Tick tRP;
477 const Tick tRAS;
478 const Tick tWR;

--- 212 unchanged lines hidden ---
472 const Tick tWTR;
473 const Tick tRTW;
474 const Tick tBURST;
475 const Tick tRCD;
476 const Tick tCL;
477 const Tick tRP;
478 const Tick tRAS;
479 const Tick tWR;

--- 212 unchanged lines hidden ---