Download presentation
Presentation is loading. Please wait.
Published byElmer Ward Modified over 9 years ago
1
Interconnect Modeling for Improved System-Level Design Optimization Luca Carloni § Andrew B. Kahng ¶ Swamy Muddu ¶ Alessandro Pinto ‡ Kambiz Samadi ¶ Puneet Sharma ¶ § Columbia University ¶ University of California, San Diego ‡ University of California, Berkeley January 22, 2008
2
Outline Motivation System-Level Communication Synthesis Buffered Interconnect Model Interconnect Optimization Validation and Significance Assessment Conclusions
3
Motivation Focus of design process is shifting from “computation” to “communication” Device and interconnect performance scaling mismatches cause breakdown of traditional across-chip communication System-level designers require accurate, yet simple models to bridge planning and implementation stages Today’s system-level performance, power modeling suffers: Ad hoc selection of models Poor balance between accuracy and simplicity Poor definition of inputs Lack of model extensibility across future technology nodes Inability to explore different implementation styles Our Goal: Develop accurate models that are easily usable by system-level design early in the design cycle
4
Previous Interconnect Delay Models Missing required aspects of accurate delay estimation 90nm Do not consider input slew change, which impacts effective drive resistance and consequently cell delay Do not consider scattering, which impacts metal resistivity and consequently metal resistance Bakoglu90 No crosstalk impact, assumes driver on-resistance R d, gate input capacitance C g vary linearly with device size, uses Elmore delay model Pamunuwa03 Similar to Bakoglu90 but adds crosstalk impact CongPan99 (IPEM) Multiple delay models under certain optimization schemes Use of second-order RC model for gate delay (e.g., Shao03) Does not address gate loading during model construction
5
Other Limitations of Previous Work Design style and buffering schemes Design-level degrees of freedom: wire width, spacing, shielding Practical buffer sizing Only consider the delay as optimization objective = wrong Analytic solutions have large buffer sizes (100X-400X) which are not in any realistic cell library Model inputs and technology capture Do not have well-defined pathways to capture necessary technology and device parameters Collect inputs from ad hoc sources, which often leads to misleading conclusions
6
Outline Motivation System-Level Communication Synthesis Buffered Interconnect Model Interconnect Optimization Validation and Significance Assessment Conclusions
7
Communication Synthesis for Network-on-Chip Given An input specification as a set of communication constraints A library of communication components An objective function (e.g., power, area, delay) Find A network-on-chip implementation as a composition of library components that Satisfies the specification Minimizes the cost function Communication Synthesis Infrastructure (COSI) Based on the Platform-Based Design methodology Takes specification and library descriptions in XML format Produces a variety of outputs, including a cycle accurate SystemC implementation of the optimal network-on-chip
8
Application Implementation Constraints Propagation Point-to-Point Specification On-Chip Communication Library Perf. / Cost Abstractions Synthesis Synthesis Result Constraint-Driven Communication Synthesis
9
Communication Synthesis Key Elements Specification of input constraints Set of IP cores: area and interface End-to-end communication requirements between pairs of IP cores: latency and throughput Characterization of library of components Interface types, max number of ports Max capacities: bandwidth, latency, max distance Performance and cost model Component instantiation and parallel composition Rename, set parameters of library components Composition based on algebra on quantities (including type compatibility)
10
Synthesis of optimal network-on-chip Return valid composition that meets input constraints and Minimizes the objective function (e.g., power dissipation) (Original Specification) Platform Instance 1 Platform Instance 2 Communication Synthesis Example
11
COSI is a public-domain software package for NoC synthesis http://embedded.eecs.berkeley.edu/cosi/ COSI: Communication Synthesis Infrastructure
12
Outline Motivation System-Level Communication Synthesis Buffered Interconnect Model Interconnect Optimization Validation and Significance Assessment Conclusions
13
Proposed Model Features Tech. Characteristics # metal layers min. width, spacing, thickness dielectric thickness, constant device drive res, cap, leakage Design Style width/spacing configs buffering scheme shielding signaling scheme Bus Attributes length, # bits, layer, switching Proposed Model Delay Leakage Dynamic Max. unclocked length, # pipelines, latency, throughput Area Improved accuracy with respect to well-known models Modeling of nanoscale-era effects: crosstalk, scattering, barrier thickness, dependence of delay on slews, etc. Single-digit percentage accuracy relative to gate-level analyses
14
Model Technology Inputs Inputs for repeater delay calculation Delay and slew values for a set of input slew and load capacitance values (obtained from Liberty / Timing Library Formats (TLF) / SPICE) Input capacitance for different repeater size (Liberty, Predictive Technology Models (PTM)) Inputs for wire delay calculation Wire dimensions (ITRS/PTM, LEF, ITF) Inter-wire spacings for global and intermediate layers (ITRS/PTM, LEF, ITF) Inputs for power calculation Input capacitance (Liberty, PTM) Wire parasitics (computed in wire delay calculation) Inputs for area calculation Wire dimensions used above Repeater area is available from Liberty and for future technologies, ITRS A-factors or proposed area models can be used
15
Buffered Interconnect Model Buffered interconnect model for delay, power, and area Constructed from: buffer (repeater) and wire delay models Accounts for coupling capacitances, slew dependence and UDSM effects (e.g., scattering-dependent wire resistance changes) Calibrated against SPICE Components: Repeater delay model Separate models for intrinsic delay, output slew, input capacitance Wire delay model Accounts for coupling capacitance impact on wire delay Repeater power model Accounts for sub-threshold and gate leakages Repeater area model Derived from existing cell layouts (can be extrapolated) Wire area model Derived from wire width and spacing (can be extrapolated)
16
Repeater Delay Model Repeater delay can be decomposed into load independent (i) and load dependent (r d.c l ) components: d = i + r d.c l i(s i ) = α 0 + α 1.s 1 + α 2.s i 2 s i denotes input slew; α 0, α 1 and α 2 are the coefficient by quadratic regression Drive resistance is nearly linear with input slew; also both the intercept and slope vary with repeater size r d = r d0 + r d1.s i Output slew depends on load capacitance; slope is independent of input slew, while intercept depends linearly on it s o (c l, s i ) = s o0 + s 01.s i + s o2.c l s o is the output slew, and s o0, s o1 and s o2 are the fitting coefficients from linear regression c i is the input capacitance, w p, w n are PMOS and NMOS widths respectively, and η is a coefficient derived using linear regression with zero intercept c i = η × (w p + w n )
17
Wire Delay Model For wire delay we use the model proposed by Pamunuwa et al. (cf. TVLSI03) which accounts for cross-talk d w, r w, c g, c c, and c i respectively denote wire delay, wire resistance, ground capacitance, coupling capacitance and input capacitance of the next-stage repeater λ i is a coefficient (i.e., based on SPICE simulation) due to switching patterns of the neighboring wires d w = r w.(0.4c g + (λ i.c c )/2 + 0.7c i ) We enhance the quality of the wire delay model by considering two other important factors that change wire resistance: Scattering-aware resistivity (cf. Shi et al. ASPDAC06): ρ(w) = ρ B + K ρ /w w w w is the wire width, ρ B =2.202 µΩ.cm, and K ρ =1.030×10 -15 Ω.m 2 Interconnect barrier (cf. Mai et al. IEEE01) t m, t b respectively are the metal and barrier thicknesses, l w is the length of the wire, and ρ is computed using the above equation r w = (ρ.l w ) / (t m - t b ).(w w - 2t b )
18
Repeater and Wire Delay Models Model coefficient fit from data extracted from Liberty/LEF/Tech. files and other extrapolatable sources (i.e., PTM and ITRS) Drive Resistance Model – r(slew in ) Intrinsic Delay Model – i(slew in ) Output Slew Model – o(slew in, C L ) delay = i(slew in ) + r(slew in ) * C L r(s) = f(size, slew in ) slew out = f(slew in,C L ) wire delay = Elmore
19
Repeater and Wire Power Models Power is an important design objective and must be accounted for early in the design flow Today, leakage and dynamic power are primary forms of power dissipation Leakage has two main components: (1) sub-threshold leakage, and (2) gate-tunneling current Both components depend linearly on device size p s = (p s n + p s p ) / 2 p s n = k 0 n + k 1 n.w n p s p = k 0 p + k 1 p.w p Dynamic power can be calculated as: p d = a.c l.v dd 2.f c l = c i + c g + c c p d, a, c l, v dd and f are dynamic power, activity factor, load capacitance, supply voltage and frequency, respectively Load capacitance is composed of the input capacitance of the next repeater (c i ), ground (c g ) and coupling (c c ) capacitances of the wire driven
20
Repeater and Wire Area Models For existing technologies, the area of a repeater can be calculated as: a r = τ 0 + τ 1.w n a r denotes repeater area, τ 0 and τ 1 are coefficients using linear regression; w n and w p are widths of NMOS and PMOS, respectively For future technologies, feature size (F), contacted pitch (CP), row height (RH), and row width (RW) can be used to estimate the area: NF = (w p + w n + 2.F) / RH RW = NF × (F + CP) + CP a r = RH × RW Wiring area can be calculated as: a w = n × (w w + s w ) + s w a w denotes wire area, n is the bit width of the bus, and w w and s w are wire width and spacing
21
Repeater Power and Area Models Repeater area and power models fit from simulation data points Area and leakage power are linear over the range of implementable repeater sizes (larger repeater sizes higher leakage power)
22
Outline Motivation System-Level Communication Synthesis Buffered Interconnect Model Interconnect Optimization Validation and Significance Assessment Conclusions
23
Interconnect Optimization: Buffering Conventional delay-optimal buffering unrealistic buffer sizes high dynamic / leakage power suboptimal Our approach: iterative optimization of hybrid objective (power + delay) Search for optimal number and size of repeaters Can be extended for other interconnect optimizations (e.g., wire sizing and driver sizing) Pareto-optimal frontier of the power-delay tradeoff of a 5mm interconnect in 90nm / 65nm
24
Outline Motivation Communication Synthesis Buffered Interconnect Model Interconnect Optimization Validation and Significance Assessment Conclusions
25
Model Validation Model comparison with results from physical implementation {5mm wire} X {90nm, 65nm} X {wiring layers} X {design styles} Model-predicted delays compared with delays from PrimeTime Deviation of proposed model from PrimeTime delays < 15%
26
Impact on System-Level Design Testcases VPROC: video processor with 42 cores and 128-bit datawidth dVOPD: dual video object plane decoder with 26 cores and 128-bit datawidth Original model (Orig.) underestimates power compared to the Proposed Model (Prop.) Original Model is very optimistic in delay (i.e. the synthesis result may be actually infeasible). This could become more critical as technology scales and the chip size becomes larger than the critical sequential length.
27
Outline Motivation System-Level Communication Synthesis Buffered Interconnect Model Interconnect Optimization Validation and Significance Assessment Conclusions
28
Conclusions and Future Directions Accurate models can drive effective system-level exploration Inaccurate models can lead to misleading design targets Reproducible methodology for extracting inputs to models from reliable sources More realistic buffering scheme, where power and area are considered in addition to delay Modeling of NoC components besides wires Across future nanometer technologies (45nm and beyond) At different levels of abstractions protocol encapsulation (e.g., hand-shaking for AMBA bus allocation) buses, pipelined rings (e.g. EIB in IBM Cell) routers, network interfaces FIFOs, queues, crossbar switches (where ORION left off) from high-level analytical models to low-level executable models Extending to other metrics Reliability estimation (i.e., error probability of transmission over wires)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.