projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
237d2f2
)
config: Export the "Current" param type from m5.params.
author
Gabe Black
<gabeblack@google.com>
Fri, 10 Nov 2017 11:39:28 +0000
(
03:39
-0800)
committer
Gabe Black
<gabeblack@google.com>
Mon, 13 Nov 2017 17:12:56 +0000
(17:12 +0000)
This type was defined, but it was never added to __all__.
Change-Id: I5414829a9562790416f5ceab71af01503d142903
Reviewed-on: https://gem5-review.googlesource.com/5624
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/python/m5/params.py
patch
|
blob
|
history
diff --git
a/src/python/m5/params.py
b/src/python/m5/params.py
index 8bac9f0d6fe9b6d74b5ebc18d377afffbb395191..c241b054d05c158585e4344392c6db350c7f7773 100644
(file)
--- a/
src/python/m5/params.py
+++ b/
src/python/m5/params.py
@@
-2035,7
+2035,7
@@
__all__ = ['Param', 'VectorParam',
'TcpPort', 'UdpPort', 'EthernetAddr',
'IpAddress', 'IpNetmask', 'IpWithPort',
'MemorySize', 'MemorySize32',
- 'Latency', 'Frequency', 'Clock', 'Voltage',
+ 'Latency', 'Frequency', 'Clock', 'Voltage',
'Current',
'NetworkBandwidth', 'MemoryBandwidth',
'AddrRange',
'MaxAddr', 'MaxTick', 'AllMemory',