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: struggling
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 4 Topic 325 of 431
Post > Topic >>

Re: struggling

by "Aditya Ramachandran" <aditya.ram@[EMAIL PROTECTED] > Jun 20, 2006 at 06:18 AM

I meant

foreach_in_collection aClk $clk_lst {
            set_false_path -from $aClk -to [remove_from_collection
$clk_lst $aClk]
}


Aditya Ramachandran wrote:
> cant you do this:
>
> foreach aClk $clk_lst {
>            set_false_path -from $aClk -to [remove_from_collection
> $clk_lst $aClk]
> }
>
> Aditya
> stefimke wrote:
> > I'm fighting with variable substitution in Synopsys DC-shell in tcl/xg
> > mode.
> >
> > This is what I want to do:
> >
> >
#-----------------------------------------------------------------------------
> > # Setting FALSE paths for asynchronous interfacing between clock
> > domains
> >
#-----------------------------------------------------------------------------
> > foreach_in_collection clk1 ${clk_lst} {
> >   foreach_in_collection clk2 ${clk_lst} {
> >      if { ${clk1} != ${clk2} } {
> >          echo "Information: Setting false path from ${clk1} to
${clk2}"
> >          query_objects ${clk1}
> >          query_objects ${clk2}
> >          set_false_path -from ${clk1} -to ${clk2}
> >      }
> >   }
> > }
> >
> >
> > This an output that is printed:
> >
> > Information: Setting false path from _sel54 to _sel55
> > {abc_clk}
> > {abc_clk}
> >
> > Completely wrong... I don't want to define false paths from flipflops
> > in the same clock domain.
> > So the "if" is already going wrong.... does it compare the "_sel54"
> > with the "_sel55" string?
> > 
> > Anybody?
 




 4 Posts in Topic:
[synopsys] struggling
"stefimke" <  2006-06-19 04:24:41 
Re: struggling
"Aditya Ramachandran  2006-06-20 06:16:08 
Re: struggling
"Aditya Ramachandran  2006-06-20 06:18:05 
Re: struggling
"stefimke" <  2006-06-20 23:01:54 

Post A Reply:
  Go here to Signup

AddThis Feed Button


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

Contact
tan12V112 Mon Dec 1 10:18:31 CST 2008.