misc: Run pre-commit run --all-files
This ensures `isort` is applied to all files in the repo. Change-Id: Ib7ced1c924ef1639542bf0d1a01c5737f6ba43e9
This commit is contained in:
@@ -33,9 +33,12 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
from common import (
|
||||
HMC,
|
||||
ObjectList,
|
||||
)
|
||||
|
||||
import m5.objects
|
||||
from common import ObjectList
|
||||
from common import HMC
|
||||
|
||||
|
||||
def create_mem_intf(intf, r, i, intlv_bits, intlv_size, xor_low_bit):
|
||||
@@ -174,6 +177,7 @@ def config_mem(options, system):
|
||||
nbr_mem_ctrls = opt_mem_channels
|
||||
|
||||
import math
|
||||
|
||||
from m5.util import fatal
|
||||
|
||||
intlv_bits = int(math.log(nbr_mem_ctrls, 2))
|
||||
|
||||
Reference in New Issue
Block a user