HPI.py (12564:2778478ca882) HPI.py (13432:6ce67b7e6e44)
1# Copyright (c) 2014-2017 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

1438 executeFuncUnits = HPI_FUPool()
1439 executeSetTraceTimeOnCommit = True
1440 executeSetTraceTimeOnIssue = False
1441
1442 executeAllowEarlyMemoryIssue = True
1443
1444 enableIdling = True
1445
1# Copyright (c) 2014-2017 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

1438 executeFuncUnits = HPI_FUPool()
1439 executeSetTraceTimeOnCommit = True
1440 executeSetTraceTimeOnIssue = False
1441
1442 executeAllowEarlyMemoryIssue = True
1443
1444 enableIdling = True
1445
1446 branchPred = HPI_BP(numThreads = Parent.numThreads)
1446 branchPred = HPI_BP()
1447
1448 itb = HPI_ITB()
1449 dtb = HPI_DTB()
1450
1451__all__ = [
1452 "HPI_BP",
1453 "HPI_ITB", "HPI_DTB", "HPI_WalkCache",
1454 "HPI_ICache", "HPI_DCache", "HPI_L2",
1455 "HPI",
1456]
1447
1448 itb = HPI_ITB()
1449 dtb = HPI_DTB()
1450
1451__all__ = [
1452 "HPI_BP",
1453 "HPI_ITB", "HPI_DTB", "HPI_WalkCache",
1454 "HPI_ICache", "HPI_DCache", "HPI_L2",
1455 "HPI",
1456]