|
|
|
You can create Verilog HDL design files with the Quartus® II Text Editor or another standard text editor for use with the Synopsys® Design Compiler software.
To create a Verilog or VHDL design for use with the Design Compiler software, follow these steps:
If you have not already done so, perform 1. Set up the Design Compiler Working Environment.
Instantiate logic functions with a Component Instantiation, and include a Module Declaration (Verilog) or Component Declaration (VHDL) for each function. Altera® provides simulation models for the following types of logic functions:
Primitives in the Design Compiler Technology Libraries or other Altera macrofunction or non-parameterized megafunction for which no simulation models or technology library support is available. These functions are treated as "black boxes" during processing with the Design Compiler. The following examples show how to instantiate these primitives or megafunctions:
|
a_8count
, a_8mcomp
, a_8fadd
, and a_81mux
functions. The following examples show how to instantiate these primitives:
For VHDL designs, the DesignWare up/down counter function (DW03_updn_ctr
). Refer to DesignWare Up/Down Counter Function Instantiation Example for VHDL for an example.
MegaCore® functions offered by Altera or by members of the Altera Megafunction Partners Program (AMPPSM). The OpenCore® feature in the Quartus II software allows you to instantiate, compile, and simulate MegaCore functions before deciding whether to purchase a license for full device programming and postcompilation simulation support.
To continue with the Design Compiler design flow, continue to 4. Synthesize & Optimize a Design with the Design Compiler Software.
- PLDWorld - |
|
Created by chm2web html help conversion utility. |