GPU_VIPER.py (11308:7d8836fd043d) GPU_VIPER.py (11310:b4bbf540d1a7)
1#
2# Copyright (c) 2011-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:

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

562 sqc_cntrl.responseToSQC = MessageBuffer(ordered = True)
563 sqc_cntrl.responseToSQC.slave = ruby_system.network.master
564
565 sqc_cntrl.mandatoryQueue = MessageBuffer()
566
567 # SQC also in GPU cluster
568 gpuCluster.add(sqc_cntrl)
569
1#
2# Copyright (c) 2011-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:

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

562 sqc_cntrl.responseToSQC = MessageBuffer(ordered = True)
563 sqc_cntrl.responseToSQC.slave = ruby_system.network.master
564
565 sqc_cntrl.mandatoryQueue = MessageBuffer()
566
567 # SQC also in GPU cluster
568 gpuCluster.add(sqc_cntrl)
569
570 for i in xrange(options.numCPs):
570 for i in xrange(options.num_cp):
571
572 tcp_ID = options.num_compute_units + i
573 sqc_ID = options.num_sqc + i
574
575 tcp_cntrl = TCPCntrl(TCC_select_num_bits = TCC_bits,
576 issue_latency = 1,
577 number_of_TBEs = 2560)
578 # TBEs set to max outstanding requests

--- 96 unchanged lines hidden ---
571
572 tcp_ID = options.num_compute_units + i
573 sqc_ID = options.num_sqc + i
574
575 tcp_cntrl = TCPCntrl(TCC_select_num_bits = TCC_bits,
576 issue_latency = 1,
577 number_of_TBEs = 2560)
578 # TBEs set to max outstanding requests

--- 96 unchanged lines hidden ---