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 they

  1. T

    Question about C shell (tcsh) script?

    tcsh srand Hi I have a question about C shell script. How to randomise the value of a variable in C shell (tcsh) script? is there a rand() or srand() command like in C? Thanks.
  2. T

    Question about tcsh script

    When I write a foreach loop as below: ####################################### #!/bin/tcsh -f foreach file (\ a\ b\ c\ ) commands ....... ...... ...... end exit 0 ################################ The script always executes the first file (a) only, after that it will report a message: "Too...
  3. T

    question about modelsim

    modelsim time unit I am using the evaluation version of ModelSim SE. I want to edit the modelsim.ini file, but I am not sure where I can find it . Can somebody help?
  4. T

    how can I evaluate number gates used in my design

    You mean the area reported by DC will be very much different with the one synthesized after layout?
  5. T

    Are there any C to RTL tools ?

    Re: C to RTL tools Hi, you mean the area synthesized for RTL generated with such tools will be much bigger than manually coded RTL? Have you tried with one or some of such tools?
  6. T

    Are there any C to RTL tools ?

    Re: C to RTL tools Hi thanks for your reply... I think at the moment, these tools are still unable to replace manually coded RTL in terms of quality....... but heard that it can shorten a lot the time needed for design.......
  7. T

    Are there any C to RTL tools ?

    Re: C to RTL tools how's the performance of the tools mentioned above? I mean compare with hand coded RTL. Ever heard of tools from Synfora and Y Explorations Inc.?
  8. T

    Are there any C to RTL tools ?

    C to RTL tools Hi , Can somebody tell me some C to RTL tools exist in the market? Which is better? Thanks.......
  9. T

    Failure of register generation after DC synthesis

    Another question: I run a synthesis with 2 compile. The first compile is run withou any option, and the "check_design" command reports some warnings. After that, the compiled design is "ungroup -flatten -all" and then compile again with options...
  10. T

    Failure of register generation after DC synthesis

    Hi, I am sorry, the entire RTL is too big and I think it is not very convenient for me to post it. Anyway, thanks for your concern.
  11. T

    Failure of register generation after DC synthesis

    Hi, I coded some registers in my RTL. But after I synthesized it with DC, I can't find one of the registers in the gate level netlist generated. May I know the possible reason this kind of problem happen?
  12. T

    Synopsys NanoSim User Guide

    nanosim manual Hi, May I know where can I get the user guide or reference manual for Synopsys NanoSim? Thanks
  13. T

    synopsys parallel case

    parallel case directive The version of DC I am using is 2003.06-SP1, I ran synthesis for a module which contains two case, and each case contains 4 to 5 statements. Both of the synthesis (the module with and without the "//synopsys parallel_case" directive) result , in terms of timing or area...
  14. T

    synopsys parallel case

    synopsys full and parallel cases I found some explaination from synopsys website about the warning occured. >Problem: > > >During elaboration, Design Compiler reports the following message:> > >Warning: /home/design/test.v:12: Case statement is not a parallel >case. >(ELAB-910) > >The case...

Part and Inventory Search

Back
Top