1. Trang chủ
  2. » Kỹ Thuật - Công Nghệ

Clock Domain Synchronization & SynthesisOct 7, 2009 Doug Tiedt Lead Digital Engineer, ZMDA potx

16 104 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 16
Dung lượng 96,58 KB

Nội dung

Clock Domain Synchronization & Synthesis Oct 7, 2009 Doug Tiedt Lead Digital Engineer, ZMDA Inc. What ? Why? What?  Transferring data between 2 different clock domains.  Data may be lost or duplicated if transfer is not synchronous to target Why? Why?  Consumer devices / PCs have more interfaces every day – protocols with different clock frequencies  Common situation is a fast processor or controller to slow interface  Low Power operation – clock device at slower speed  High Speed operation – GHz range Concerns  Communication between clock domains needs to be designed such that information is not missed or duplicated.  Communication between asynchronous domains needs to be designed so that (setup, hold) timing relationships are satisfied.  Transfer of data must avoid metastability in target domain Transfer of data must avoid metastability in target domain  2 serial flops is rule of thumb (1 in 10 6 chance / flop)  May use 3+ flops in critical and/or GHz applications D Q D Q CLK_FAST CLK_SLOW Single Bit Synchronization Target clock is faster than Source clock D Q D Q D QD Q CLK_SLOW CLK_FAST Target clock is slower than Source clock (but synchronous) D QD Q Handshake Logic CLK_FAST CLK_SLOW Bus Synchronization Clock skew between bits in each domain prevents sync’ing entire bus in same manner D Q D Q 0 0 D Q D Q D Q D Q CLK_BCLK_A 1 1 0 0 Bus Synchronization D Q D Q D Q D Q 0 1 0 0 Solutions:  Create a valid or load bit, and synchronize that across domains  Perhaps one can guarantee the source domain has been stable & propagation time met before clocking target register? D Q D Q CLK_BCLK_A 1 1 Speed Matching FIFO  Source and target clock domains are asynchronous and the product requirements varies which is faster.  Source produces a lot of data faster than target can handle it – need to buffer data  Source produces data much slower than target can handle it – Source produces data much slower than target can handle it – want to buffer data until its worth the target’s attention  Designer may still need to handle FIFO’s empty and full flags across domains. Clock Tree Synthesis  Synthesis typically does daisy chain buffering, need balanced clock skew and delay CLK_BAD Loads unbalanced CLK_GOOD All loads balanced Clock Tree Synthesis  Generally want to minimize clock skew. Might try increasing maximum insertion delay allowed to give tool more freedom to minimize skew.  Clock insertion delay less important… but does matter for timing analysis across PVT variation.  Generated clocks need to be balanced with system clock, hence flops generating clocks need to be on a clock tap earlier in the tree  Clock gating – does the tool trace through non-buffer logic or treat that gate as a leaf in the clock tree?  Timed (late or early) clocks – not as common anymore(?), was used for timing fixes and trying to save a cycle point What does Clock Tree Synthesis Do?  Traces through design until coming to a leaf pin (clk, set, rst of flop; specified leaf or excluded pin;  Removes existing buffers & inverters.  Balances wire and pin loads  Generates a topology to best satisfy user constraints.  Generates a topology to best satisfy user constraints.  If run after initial layout, it will move gates in netlist with “PLACED” attribute. Clock tree components have “FIXED” attribute. [...]... code fragment after rewrite: //SDA/MISO/PDM_C/SDI pad assign sda_data_out = (out_sel == `PDM_MODE) ? pdm_c_out : serial_out; assign sda_high_z = scan_mode || pads_high_z_md || ((out_sel == `SPI_MODE) && ss); assign sda_open_drain = (out_sel == `I2C_MODE); ... assignments that are applicable… see example • Good coding practice to keep the sequential and combinational logic in separate blocks too • Use uni-directional busses whenever possible: simplifies logic, timing & false constraints, and synthesis constraints How to Confuse the Synthesizer Actual original code: always @(serial_out or scan_mode or pads_high_z_md or out_sel or ss or pdm_c_out) begin sda_data_out... needed for large designs, Top-Down works fine with smaller designs (50 – 100K gates) Synthesis scripts need to be developed with cooperation of designers: timing, scan, false paths May want to consider clock tree synthesis for large fanout nets (LFO) such as reset or test signals (scan shift) Good idea to quickly scan netlist: 1 2 3 Do you see the flops used that you expect? Were attributes you set carried . Clock Domain Synchronization & Synthesis Oct 7, 2009 Doug Tiedt Lead Digital Engineer, ZMDA Inc. What ? Why? What?  Transferring data between 2 different clock domains.  Data. D Q CLK_FAST CLK_SLOW Single Bit Synchronization Target clock is faster than Source clock D Q D Q D QD Q CLK_SLOW CLK_FAST Target clock is slower than Source clock (but synchronous) D QD Q Handshake. across PVT variation.  Generated clocks need to be balanced with system clock, hence flops generating clocks need to be on a clock tap earlier in the tree  Clock gating – does the tool trace

Ngày đăng: 28/06/2014, 00:20

w