4a5
> * Copyright (c) 2010-2013 Advanced Micro Devices, Inc.
28c29
< * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.”
---
> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
47,49c48,49
< class Crossbar : public Component
< {
< public:
---
> class Crossbar : public Component {
> public:
51,54c51,54
< double in,
< double out,
< double flit_sz,
< TechnologyParameter::DeviceType *dt = &(g_tp.peri_global));
---
> double in,
> double out,
> double flit_sz,
> TechnologyParameter::DeviceType *dt = &(g_tp.peri_global));
65,74c65,74
< private:
< double CB_ADJ;
< /*
< * Adjust factor of the height of the cross-point (tri-state buffer) cell (layout) in crossbar
< * buffer is adjusted to get an aspect ratio of whole cross bar close to one;
< * when adjust the ratio, the number of wires route over the tri-state buffers does not change,
< * however, the effective wiring pitch changes. Specifically, since CB_ADJ will increase
< * during the adjust, the tri-state buffer will become taller and thiner, and the effective wiring pitch
< * will increase. As a result, the height of the crossbar (area.h) will increase.
< */
---
> private:
> double CB_ADJ;
> /*
> * Adjust factor of the height of the cross-point (tri-state buffer) cell (layout) in crossbar
> * buffer is adjusted to get an aspect ratio of whole cross bar close to one;
> * when adjust the ratio, the number of wires route over the tri-state buffers does not change,
> * however, the effective wiring pitch changes. Specifically, since CB_ADJ will increase
> * during the adjust, the tri-state buffer will become taller and thiner, and the effective wiring pitch
> * will increase. As a result, the height of the crossbar (area.h) will increase.
> */
76c76
< TechnologyParameter::DeviceType *deviceType;
---
> TechnologyParameter::DeviceType *deviceType;