Creating Design Architect Schematics for Use with MAX+PLUS II Software
You can create Design Architect schematics and convert them into EDIF Input Files (.edf) that can be processed with the MAX+PLUS® II Compiler.
To create a Design Architect schematic for use with MAX+PLUS II software, go through the following steps:
- Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Mentor Graphics/Exemplar Logic Working Environment.
- Start the MAX+PLUS II/Mentor Graphics interface by typing
max2_dmgr at a UNIX prompt.
- Start the Design Architect software by double-clicking Button 1 on the max2_da icon in the Design Manager tools window. You can also start Design Architect software by typing
max2_da at the UNIX prompt.
- Use the graphical user interface to structure and organize your files to create an environment that facilitates entering and processing designs. Go to the following topics for more information:
- Choose the OPEN SHEET button in the Design Architect session_palette, then specify a name for your project in the Component Name box. Choose OK.
- Enter logic functions from the following Altera®provided libraries:
- ALTERA LPMLIB includes library of parameterized modules (LPM) functions
- ALTERA GENLIB includes primitives and macrofunctions
- LSTTL includes 74-series macrofunctions
 |
You can instantiate MegaCore functions offered by Altera or by members of the Altera Megafunction Partners Program (AMPPSM). The OpenCore feature in the MAX+PLUS II software allows you to instantiate, compile, and simulate MegaCore functions before deciding whether to purchase a license for full device programming and post-compilation simulation support. |
The following topics describe special steps needed to instantiate LPM and clklock functions:
- (Optional) To create a hierarchical design that contains symbols representing other design files, such as AHDL or VHDL design files, go to Creating Hierarchical Projects with Design Architect Software.
- If you wish to make resource assignments in a Design Architect schematic, go to Entering Resource Assignments. You can also enter resource assignments from within the MAX+PLUS II software.
- Choose Check Sheet for Altera (Check menu) to save and check your design. If your design contains LPM functions , the Design Architect software will ask whether you want to compile the LPM model. Choose YES if you want to compile the VHDL code for the LPM functions. The software will automatically select the corresponding compiler: System 1076 for B.(x) releases and QuickHDL compilers for releases C.1 and later.
- (Optional) If your schematic design includes models for VHDL or Verilog HDL designs, perform a functional simulation with the QuickHDL Pro software, as described in Performing a Functional Simulation with QuickHDL Pro Software. If it does not, you can perform a functional simulation with the QuickSim software, as described in Performing a Functional Simulation with DVE & QuickSim II Software.
- Once you have created a schematic, you can generate an EDIF netlist file that can be imported into the MAX+PLUS II software with either of the following methods:
Even if your design is a hierarchical design incorporating files created with multiple design entry methods, both the ENWrite and Altera Schematic Express utilities generate EDIF files for all files in the design.
Installing the Alteraprovided MAX+PLUS II/Mentor Graphics/Exemplar Logic interface on your computer automatically creates the following sample Design Architect schematic files:
- /usr/maxplus2/examples/mentor/example1/fulladd
- /usr/maxplus2/examples/mentor/example3/fulladd2
- /usr/maxplus2/examples/mentor/example7/fifo
|