Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

.sdc file: TimeQuest Timing Analyzer (quartus II)

Any good tutorial with examples to setup the .sdc file? Besides, is it possible to generate the Verilog files based on a schematic file (.bdf)?

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    U can search at www.altera.com, there are some document on the timing analysis, which should have note on the sdc.

    Foe generate the verilog, after u compile the design using Quartus II, u can generate verilong netlist using netlist writer.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Any good tutorial with examples to setup the .sdc file?

    --- Quote End ---

    timequest user guide (http://www.alterawiki.com/wiki/timequest_user_guide)

    --- Quote Start ---

    Besides, is it possible to generate the Verilog files based on a schematic file (.bdf)?

    --- Quote End ---

    Yes. In Quartus II: File -> Create / Update -> Create HDL Design File from Current File...

    Or you can use netlist as tancheeseng84[/b] (http://www.alteraforum.com/forum/member.php?u=73976)[/b] suggested.