presenter : ching-hua huang 2012/6/25 a high-throughput, metastability-free gals channel based on...

15
Presenter : Ching-Hua Huang 2012/6/25 A High-Throughput, Metastability-Free GALS Channel Based on Pausible Clock Method Mohammad Ali Rahimian, Siamak Mohammadi, Mohammad Fattah Dependable Systems Design Lab, School of ECE, University of Tehran, Tehran, Iran 2010 2nd Asia Symposium on Quality Electronic Design (ASQED) National Sun Yat-sen University Embedded System Laboratory

Upload: meghan-mcgee

Post on 03-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

1

Presenter : Ching-Hua Huang

2012/6/25A High-Throughput, Metastability-Free GALS Channel Based on Pausible Clock Method

Mohammad Ali Rahimian, Siamak Mohammadi, Mohammad FattahDependable Systems Design Lab, School of ECE, University of Tehran, Tehran, Iran2010 2nd Asia Symposium on Quality Electronic Design (ASQED)National Sun Yat-sen University Embedded System Laboratory1 Synchronization issues such as metastability in multi-clock domain systems have become a big problem, reducing data transmission throughput between domains. In this paper, a high-throughput, metastability-free data transmission channel based on pausible clock method in Globally-Asynchronous Locally-Synchronous (GALS) systems is proposed. This channel can be used as the interconnection of mixed-clock synchronous IP cores without having concerns about their synchronization. We show that the probability of metastability in our design is practically zero; and this without loss of throughput and latency, allowing the transmitter and receiver to operate with their own maximum clock frequency. The proposed channel is simulated in 90nm CMOS process using Predictive Technology Model (PTM) library. Gate delays and power parameters are extracted from Spice simulations and are back annotated into our channel HDL code. The throughput, latency and power are analyzed and compared with existing designs.Abstract2PTM is developed by the Nanoscale Integration and Modeling (NIMO) Group at ASU.3Related work[This paper]A High-Throughput, Metastability-Free GALS Channel Based on Pausible Clock MethodFIFOThe main component of the proposed channel[3] GALSdesignAsynchronousPausible clockLoosely synchronous[2] GALS systems are introduced in 80's[4]~[8]comparison[22]~[26] [1] Modules Reusability and communication between them in GALS [9]~[21] Recent research :high-throughput,low-latency, ANoC Some approaches of GALS design early34Whats the problem Metastability is a serious problem in multi-clock domain systemIt will reduce data transmission throughputIf a storage into Metastability, its value of output will shock between 0 and 1

The cause for occurrence of Metastability I will explain at next page

Common solve approaches of Metastability2 Flip-Flop FIFO4

The cause of Metastability5

tsu is the setup timeth is the hold time tmet is the metastable state that possible to continueIf the clock of storage close to rising edge .The storage maybe into Metastability.

When a data input from one clock to another clock of storageCommon approach of Solve Metastability : 2 Flip-Flop 6

2 Flip-Flop Synchronizer cant eliminate Metastability completely, but it can reduce the probability of occurrence.2 Flip-Flop Synchronizer The probability of occurrence of Metastability Clock rateIf we implement this circuit at 500MHz frequency, the average time between two Metastability occurs is 1.9x1022 years. (Refer from senior Chi-Guang)

Common approach of Solve Metastability : FIFO7

0x000x040xFFRead pointerWrite pointer Full/Empty happenHandle different clock8Proposed method :A High-Throughput, Metastability-Free GALS Channel

Assume FIFO depth = three8Implementation approach9

Transmitter :1. TxReady (Ready transmit signal)2. TxData (Data bus)3. IF the FIFO full, TxRun will be ternon to pause the TxClkReceiver:The same with transmitter.Detailed timing diagram of the channel with the following assumptions10FIFO depth = three. The receiver is faster that transmitter.

TxDataTxReadyTxRunTxClkRxDataRxReadyRxRunRxClkputtalkheadAddrtailAddrfullemptyFIFO in different states11

(After three consecutive write operations)(After two write and a read operations)There is no possibility for the metastability to occur.The only possible situation to have the metastability is when the FIFO is empty, the transmitter sends a new data, the receiver's clock is resumed and the written data is read.12The internal architecture of FIFO

Two adders are needed to increment the head and tail registers13Result: compared with other design

The comparison between the throughput of this paper design and that of [22] is shown in Figure.Comparison of Latency, Throughput and Power Consumption with Word Length = 64A pausible based GALS interconnect and its FIFO are proposed and their detail descriptions are discussed. The proposed channel is implemented in Verilog with back-annotated standard cells. This papers design is better in throughput, latency, and power consumption while its area overhead is more than previous works.Conclusions14My comments15This paper help me to realize more information about GALS and its detailed descriptions.The design of senior Chi-Guang is using 2 Flip-flop and FIFO to implement the IP-OCP interface.A perfect design is not existingWe should to sacrifice a little factor to improve other factor