![]() |
|
|
|
#1 |
|
I am seeing messages like
Time Borrowing Information -------------------------------------------------------------- CLK pulse width 0.75 library setup time -0.11 -------------------------------------------------------------- max time borrow 0.64 actual time borrow 0.50 -------------------------------------------------------------- in Design Compiler log file... can anyone tell me what is this time borrowing .. thanks whizkid whizkid |
|
|
|
|
#2 |
|
Posts: n/a
|
Time borrowing is a concept that is used in latch based pipelines in which you typically have 2 stages of combinatorial surrounded by latches. If the first combinational piece of logic has a much longer delay than the second one, you can borrow some of the time of the second part to the first part. A somewhat more comprehensive explanatation can be found here: http://www.synopsys.com/products/log...n_comp_tb.html Search for 'borrowing'... We have used this technique in FF based design where we captured the output of a RAM that was too slow to finished in a clock cycle and then registered it with FF's in a later stage. The use of latches in standard FF based design kills regular scan-based testing, so these technique should be used with great care! Since these latches aren't used a lot these day, my guess is that you unintentionally added latches to your design and this resulted in the warning above. If this is the case, just remove them and the warning will be gone. Tom Tom Verbeure |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The time it takes to burn DVDs? | John | DVD Video | 27 | 06-01-2007 09:48 AM |
| Old PC Occasionally Won't Start, Doesn't Power Down all the time | mr x | A+ Certification | 4 | 02-26-2004 04:50 AM |
| Re: time bonus on A+ exams? | Slammer | A+ Certification | 1 | 02-02-2004 11:16 PM |
| Re: Panasonic & Pioneer DVD players - time remaining display and black level settings? | SloPoke | DVD Video | 0 | 08-18-2003 02:40 PM |
| Once Upon A Time In America | Larry Gold | DVD Video | 1 | 06-28-2003 10:25 PM |