MOESI_AMD_Base.py (13885:d10ea5e56cb0) MOESI_AMD_Base.py (13951:b8ec67ca5e42)
1# Copyright (c) 2010-2015 Advanced Micro Devices, Inc.
2# All rights reserved.
3#
4# For use for simulation and test purposes only
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are met:
8#

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

33
34import math
35import m5
36from m5.objects import *
37from m5.defines import buildEnv
38from m5.util import addToPath
39from Ruby import create_topology
40from Ruby import send_evicts
1# Copyright (c) 2010-2015 Advanced Micro Devices, Inc.
2# All rights reserved.
3#
4# For use for simulation and test purposes only
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are met:
8#

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

33
34import math
35import m5
36from m5.objects import *
37from m5.defines import buildEnv
38from m5.util import addToPath
39from Ruby import create_topology
40from Ruby import send_evicts
41import FileSystemConfig
41from common import FileSystemConfig
42
43addToPath('../')
44
45from topologies.Cluster import Cluster
46from topologies.Crossbar import Crossbar
47
48class CntrlBase:
49 _seqs = 0

--- 342 unchanged lines hidden ---
42
43addToPath('../')
44
45from topologies.Cluster import Cluster
46from topologies.Crossbar import Crossbar
47
48class CntrlBase:
49 _seqs = 0

--- 342 unchanged lines hidden ---