Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computer Aided Design - CAD > Logic synthesis > Re: Design Comp...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 5 Topic 329 of 429
Post > Topic >>

Re: Design Compiler: Output mux for testing fails timing.

by mikeotp@[EMAIL PROTECTED] Jul 9, 2006 at 03:47 AM

good question


any positive suggestion is welcome
goodness to you all

michaelst@[EMAIL PROTECTED]
 =E5=AF=AB=E9=81=93=EF=BC=9A

> Probably following command will help you:
> set_case_analysis 0  TEST
>
> rafeng@[EMAIL PROTECTED]
 wrote:
> > Hi,
> >
> > Would someone look at the simplified code below and help me set the
> > timing constraints?
> >
> >
> > CODE:
> >
> > output dataOut;
> > input clkIn;
> > input dataIn;
> > input TEST;
> >
> > // Module which divides the clock by two
> > clkdiv clkdiv_inst (
> >    .in(clkIn),
> >    .out(clkIn_div_2).
> > );
> >
> >
> > // Latch data into two registers
> > always @[EMAIL PROTECTED]
 (posedge clkIn) begin
> >    data_reg1 <=3D dataIn;
> >    data_reg2 < =3D data_reg2;
> > end
> >
> > // Output data at half the rate
> > always @[EMAIL PROTECTED]
 (posedge clkIn_div_2) begin
> >     dataOut_reg <=3D {data_reg1, data_reg2};
> >
> >
> > // Mux between half rate and full rate
> > assign dataOut =3D (TEST) ? dataIn : dataOut_reg;
> >
> >
> >
> >
> > DESCRIPTION:
> > I latch in the data into two registers and output it at half the rate.
> > In test mode (TEST) I bypass the division by two and send the data
> > right out as is.
> >
> >
> > PROBLEM:
> > The data rate is very high (>1GHz) and I fail timig when in test mode.
> > HOWEVER in test mode I will be clocking my circuit a lot slower, so
> > this isn't an issue.
> >
> >
> > WHAT I WANT:
> > Tell design compiler to ignore the case when TEST=3D=3D1.
 




 5 Posts in Topic:
Design Compiler: Output mux for testing fails timing.
rafeng@[EMAIL PROTECTED]   2006-07-08 12:13:17 
Re: Design Compiler: Output mux for testing fails timing.
"michaelst@[EMAIL PR  2006-07-09 01:38:17 
Re: Design Compiler: Output mux for testing fails timing.
mikeotp@[EMAIL PROTECTED]  2006-07-09 03:47:07 
Re: Design Compiler: Output mux for testing fails timing.
rafeng@[EMAIL PROTECTED]   2006-07-09 09:52:51 
Re: Design Compiler: Output mux for testing fails timing.
rafeng@[EMAIL PROTECTED]   2006-07-10 08:55:50 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Sep 5 23:05:12 CDT 2008.