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

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

437 parser.add_option("--always-migrate",
438 action="store_true", default=False)
439 parser.add_option("--symmetric-migrate",
440 action="store_true", default=False)
441 parser.add_option("--asymmetric-migrate",
442 action="store_true", default=False)
443 parser.add_option("--use-L3-on-WT", action="store_true", default=False)
444
1#
2# Copyright (c) 2015 Advanced Micro Devices, Inc.
3# All rights reserved.
4#
5# For use for simulation and test purposes only
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions are met:

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

437 parser.add_option("--always-migrate",
438 action="store_true", default=False)
439 parser.add_option("--symmetric-migrate",
440 action="store_true", default=False)
441 parser.add_option("--asymmetric-migrate",
442 action="store_true", default=False)
443 parser.add_option("--use-L3-on-WT", action="store_true", default=False)
444
445def create_system(options, full_system, system, dma_devices, ruby_system):
445def create_system(options, full_system, system, dma_devices, bootmem,
446 ruby_system):
446 if buildEnv['PROTOCOL'] != 'GPU_VIPER_Region':
447 panic("This script requires the GPU_VIPER_Region protocol to be built.")
448
449 cpu_sequencers = []
450
451 #
452 # The ruby network creation expects the list of nodes in the system to be
453 # consistent with the NetDest list. Therefore the l1 controller nodes

--- 305 unchanged lines hidden ---
447 if buildEnv['PROTOCOL'] != 'GPU_VIPER_Region':
448 panic("This script requires the GPU_VIPER_Region protocol to be built.")
449
450 cpu_sequencers = []
451
452 #
453 # The ruby network creation expects the list of nodes in the system to be
454 # consistent with the NetDest list. Therefore the l1 controller nodes

--- 305 unchanged lines hidden ---