From c53dced690f597a2c243febff1e518e4e5208b70 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 10 Nov 2017 03:39:28 -0800 Subject: config: Export the "Current" param type from m5.params. 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 Maintainer: Andreas Sandberg --- src/python/m5/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python') diff --git a/src/python/m5/params.py b/src/python/m5/params.py index 8bac9f0d6..c241b054d 100644 --- 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', -- cgit v1.2.3