HMC.py (11551:d24ad08b22b0) HMC.py (11837:17b37f38944a)
1# Copyright (c) 2012-2013 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

53# (J. Schmidt)
54# [7] Hybrid Memory Cube performance characterization on data-centric
55# workloads (M. Gokhale)
56#
57# This script builds a complete HMC device composed of vault controllers,
58# serial links, the main internal crossbar, and an external hmc controller.
59#
60# - VAULT CONTROLLERS:
1# Copyright (c) 2012-2013 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

53# (J. Schmidt)
54# [7] Hybrid Memory Cube performance characterization on data-centric
55# workloads (M. Gokhale)
56#
57# This script builds a complete HMC device composed of vault controllers,
58# serial links, the main internal crossbar, and an external hmc controller.
59#
60# - VAULT CONTROLLERS:
61# Instances of the HMC_2500_x32 class with their functionality specified in
61# Instances of the HMC_2500_1x32 class with their functionality specified in
62# dram_ctrl.cc
63#
64# - THE MAIN XBAR:
65# This component is simply an instance of the NoncoherentXBar class, and its
66# parameters are tuned to [2].
67#
68# - SERIAL LINKS CONTROLLER:
69# SerialLink is a simple variation of the Bridge class, with the ability to

--- 358 unchanged lines hidden ---
62# dram_ctrl.cc
63#
64# - THE MAIN XBAR:
65# This component is simply an instance of the NoncoherentXBar class, and its
66# parameters are tuned to [2].
67#
68# - SERIAL LINKS CONTROLLER:
69# SerialLink is a simple variation of the Bridge class, with the ability to

--- 358 unchanged lines hidden ---