Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Sumitha Sudhakaran

  1. S

    Help with Synopsis! (source_if_exists)

    What is meant by "source_if_exists example.tcl"??
  2. S

    Warning: NON UNATE PATH IN CLOCK DOMAIN..

    Do these non unate paths occur due to the logic?? Wat is the harm?? How shud they be removed??
  3. S

    Need help with relational operators in PERL!!

    I want to compare 2 multi digit numbers, say $x = 99 and $y = 158.. the operation: if ($x gt $y) {print $x;} the result gives 99 as the answer.. Probably because 9 is greater...
  4. S

    What is meant by parsing an RTL?

    What is meant by parsing an RTL??
  5. S

    What does overriding mean??

    Whats is meant by overriding??
  6. S

    Can 'if' statement be executed in tclsh?

    Can 'if' statement be executed in tclsh???
  7. S

    What is meant by the TCL command "ECHO"?

    What is meant by the TCL command "ECHO".. I have a command line in the script i am dealing with which says "echo $1".. $1 is the first argument in the command line.. What is meant by "echo"??
  8. S

    TCL help needed... Urgent!!

    Suppose i have a tcl file to be run, say test.tcl.. and i want to specify the file to be tested, say test.tcl file1. wha do i do to extract "file1" from the command line and perform the test on the file.. i need a tcl command, that helps extract the argument from the command line..
  9. S

    Help with arguments in a command in TCL!

    suppose i have a script execute.tcl written in tcl.. and i give the command as "execute.tcl new old used".. how do i extract the arguments "new", "old" and "used"??? can i use the "chomp" to remove the space after and before each argument???
  10. S

    What is meant by the PERL system function?

    Can u explain in detail?
  11. S

    PERL: Plz suggest a textbook/pdf/tutorial..

    Can anyone suggest a tutorial/pdf/ebook for perl that explains the concepts/commands in simple language and with examples..
  12. S

    What is meant by the PERL system function?

    Can anyone explain in simple words, what is meant by the PERL system function??
  13. S

    Help.. TCL command meaning..

    What is meant by power numbers?? Can you explain to me what is actually meant by the command sizeof_collection and -quite??
  14. S

    Help.. TCL command meaning..

    What does the TCL command if {[sizeof_collection[get_clock -quite base_clk]]>1} {.....} mean????
  15. S

    Warning: NON UNATE PATH IN CLOCK DOMAIN..

    What is meant by non unate path in clock domain?? How to correct this warning????

Part and Inventory Search

Back
Top