MemTimingSpec.h (11555:2efa95cf8504) MemTimingSpec.h (12266:63b8da9eeca4)
1/*
2 * Copyright (c) 2012-2014, TU Delft
3 * Copyright (c) 2012-2014, TU Eindhoven
4 * Copyright (c) 2012-2014, TU Kaiserslautern
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

58 int64_t TAW;
59 int64_t WTR;
60 int64_t WTR_S;
61 int64_t WTR_L;
62 int64_t REFI;
63 int64_t RL;
64 int64_t RP;
65 int64_t RFC;
1/*
2 * Copyright (c) 2012-2014, TU Delft
3 * Copyright (c) 2012-2014, TU Eindhoven
4 * Copyright (c) 2012-2014, TU Kaiserslautern
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

58 int64_t TAW;
59 int64_t WTR;
60 int64_t WTR_S;
61 int64_t WTR_L;
62 int64_t REFI;
63 int64_t RL;
64 int64_t RP;
65 int64_t RFC;
66 int64_t REFB;
66 int64_t RAS;
67 int64_t WL;
68 int64_t AL;
69 int64_t DQSCK;
70 int64_t RTP;
71 int64_t WR;
72 int64_t XP;
73 int64_t XPDLL;
74 int64_t XS;
75 int64_t XSDLL;
76 int64_t CKE;
77 int64_t CKESR;
78 double clkPeriod;
79};
80}
67 int64_t RAS;
68 int64_t WL;
69 int64_t AL;
70 int64_t DQSCK;
71 int64_t RTP;
72 int64_t WR;
73 int64_t XP;
74 int64_t XPDLL;
75 int64_t XS;
76 int64_t XSDLL;
77 int64_t CKE;
78 int64_t CKESR;
79 double clkPeriod;
80};
81}