O3_ARM_v7a.py (12097:77a3d2890ba6) O3_ARM_v7a.py (12109:f29e9c5418aa)
1# Copyright (c) 2012 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

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

134 renameToROBDelay = 1
135 commitWidth = 8
136 squashWidth = 8
137 trapLatency = 13
138 backComSize = 5
139 forwardComSize = 5
140 numPhysIntRegs = 128
141 numPhysFloatRegs = 192
1# Copyright (c) 2012 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

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

134 renameToROBDelay = 1
135 commitWidth = 8
136 squashWidth = 8
137 trapLatency = 13
138 backComSize = 5
139 forwardComSize = 5
140 numPhysIntRegs = 128
141 numPhysFloatRegs = 192
142 numPhysVecRegs = 48
142 numIQEntries = 32
143 numROBEntries = 40
144
145 switched_out = False
146 branchPred = O3_ARM_v7a_BP()
147
148# Instruction Cache
149class O3_ARM_v7a_ICache(Cache):

--- 54 unchanged lines hidden ---
143 numIQEntries = 32
144 numROBEntries = 40
145
146 switched_out = False
147 branchPred = O3_ARM_v7a_BP()
148
149# Instruction Cache
150class O3_ARM_v7a_ICache(Cache):

--- 54 unchanged lines hidden ---