MAX+PLUS II ACCESS Key Guidelines
List by VendorList by ToolList by FunctionViewlogic Topics


Using Viewlogic Powerview Tools with MAX+PLUS II Software

  Viewlogic logo

The following topics describe how to use Viewlogic Powerview tools as part of a complete design flow that includes the MAX+PLUS® II software. If you use only one Viewlogic Powerview tool, click List by Tool and select the tool name to view the list of topics only for that tool. Click on one of the following topics for information:

This file is suitable for printing only. It does not contain hypertext links that allow you to jump from topic to topic.

Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment

  • Software Requirements
  • MAX+PLUS II/Viewlogic Powerview Interface File Organization
  • Viewlogic Powerview viewdraw.ini Configuration File
  • Viewlogic Powerview Graphical User Interface & the Altera Toolbox
  • MAX+PLUS II/Viewlogic Powerview Project File Structure
  • Altera-Provided Logic & Symbol Libraries
  • The vdpath & mega_lpm Libraries

Design Flow for All Viewlogic Powerview Tools

Design Entry

  • Design Entry Flow

  • ViewDraw

    • Creating ViewDraw Schematics for Use with MAX+PLUS II Software
      • Instantiating LPM Functions in ViewDraw Schematics
      • Instantiating RAM & ROM Functions in Viewlogic Powerview Designs
    • Creating Hierarchical Projects in ViewDraw Schematics
    • Entering Resource Assignments
      • Assigning Pins, Logic Cells & Chips
      • Assigning Cliques
      • Assigning Logic Options
      • Modifying the Assignment & Configuration File with the setacf Utility
    • Performing a Functional Simulation with ViewSim Software
    • Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility

  • VHDL

    • Creating VHDL Designs for Use with MAX+PLUS II Software
      • Instantiating the clklock Megafunction in VHDL or Verilog HDL
      • Instantiating RAM & ROM Functions in Viewlogic Powerview Designs
    • Entering Resource Assignments
      • Modifying the Assignment & Configuration File with the setacf Utility
    • Analyzing VHDL Files with the Vantage VHDL Analyzer Software
    • Performing a Functional Simulation with ViewSim Software
    • Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility

Synthesis & Optimization

  • Synthesizing & Optimizing VHDL Designs with ViewSynthesis Software

Compilation

  • Project Compilation Flow
  • Compiling Projects with MAX+PLUS II Software
  • Using the Max2 Express Drawer's SCH <-> max2 Utility
  • Using the Max2 Express Drawer's VHDL <-> max2 Utility

Simulation

  • Project Simulation Flow

  • ViewSim

    • Initializing Registers in VHDL & Verilog Output Files for Power-Up before Simulation
    • Analyzing VHDL Files with the Vantage VHDL Analyzer Software
    • Performing a Functional Simulation with ViewSim Software
    • Performing a Timing Simulation with ViewSim Software
      • Using ViewDraw & ViewGen Software to Prepare for Multi-Device Board-Level Simulation with ViewSim Software

  • Fusion/VCS

    • Performing a Timing Simulation with Fusion/VCS for Powerview Software

Timing Verification

  • Timing Verification Flow
  • Performing Timing Verification of EDIF Output Files (.edo) with MOTIVE & MOTIVE for Powerview Software
  • Performing Timing Verification of Verilog Output Files (.vo) with MOTIVE Software

Device Programming

  • Programming Altera® Devices

Go to: Go to Powerview Command-Line Syntax in these MAX+PLUS II ACCESSSM Key topics for related information.

  Go to the following topics, which are available on the web, for additional information:
  • MAX+PLUS II Development Software
  • Altera Programming Hardware
  • Viewlogic web site (http://www.Viewlogic.com)


Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment

To use the MAX+PLUS® II software with Viewlogic's Powerview software, you must install the MAX+PLUS II software, familiarize yourself with the Altera® Toolbox in the Powerview Cockpit, and then establish an environment that facilitates entering and processing designs. The MAX+PLUS II/Viewlogic Powerview interface is installed automatically when you install the MAX+PLUS II software on your workstation.

To set up your working environment for the MAX+PLUS II/Viewlogic Powerview interface, follow these steps:

  1. Ensure that you have correctly installed the MAX+PLUS II and Viewlogic software versions described in MAX+PLUS II/Viewlogic Powerview Software Requirements.

  2. Add the following environment variable to your .cshrc file to specify /usr/maxplus2 as the MAX+PLUS II system directory:

    setenv ALT_HOME /usr/maxplus2 ENTER

  3. Add the $ALT_HOME/Viewlogic/standard, $ALT_HOME/bin, and $ALT_HOME/Viewlogic/bin directories to the PATH environment variable in your .cshrc file.

  4. Add the $ALT_HOME/Viewlogic/standard directory to the WDIR environment variable in your .cshrc file using the following syntax:

    setenv WDIR $ALT_HOME/Viewlogic/standard:/<Powerview system directory>/standard ENTER

    NOTE: Make sure the $ALT_HOME/Viewlogic/standard directory is the first directory in your WDIR path.

  5. Source your .cshrc file by typing source .cshrc ENTER at the UNIX prompt.

  6. Create the Viewlogic Powerview viewdraw.ini configuration file.

  7. Copy the /usr/maxplus2/maxplus2.ini file to your $HOME directory:

    cp /usr/maxplus2/maxplus2.ini $HOME ENTER

    chmod u+w $HOME/maxplus2.ini ENTER

    NOTE: The maxplus2.ini file contains both Altera- and user-specified initialization parameters that control the MAX+PLUS II software, such as MAX+PLUS II symbol and logic function library paths and the current project name. The MAX+PLUS II installation procedure creates and copies the maxplus2.ini file to the /usr/maxplus2 directory.

    Normally, you do not have to edit your local copy of maxplus2.ini, because the MAX+PLUS II software updates the file automatically whenever you change any parameters or settings. However, if you move the max2lib and max2inc library subdirectories, you must update the file. Go to "Creating & Using a Local Copy of the maxplus2.ini File" in MAX+PLUS II Help for more information.

  8. If you plan to instantiate Library of Parameterized Modules (LPM) functions in ViewDraw schematics, you must create a new file with the name vdraw.vs. The vdraw.vs file must include the following line:

    load ("vdpath")

    You must also make sure that you specify the vdraw.vs file in your WDIR path.

  9. Set up a directory structure that facilitates working with the MAX+PLUS II/Viewlogic Powerview interface. Refer to MAX+PLUS II/Viewlogic Powerview Project File Structure.

NOTE: Go to MAX+PLUS II Installation in the MAX+PLUS II Getting Started manual for more information on installation and details on the directories that are created during MAX+PLUS II installation. Go to MAX+PLUS II/Viewlogic Powerview Interface File Organization for information about the MAX+PLUS II/Viewlogic Powerview directories that are created during MAX+PLUS II installation.

  Go to the following topics, which are available on the web, for additional information:
  • MAX+PLUS II Getting Started version 8.1 (5.4 MB)
  • This manual is also available in 4 parts:
    • Preface & Section 1: MAX+PLUS II Installation
    • Section 2: MAX+PLUS II - A Perspective
    • Section 3: MAX+PLUS II Tutorial
    • Appendices, Glossary & Index


MAX+PLUS II/Viewlogic Software Requirements

The following applications and utilities are used to generate, process, synthesize, and verify a project with MAX+PLUS® II and Viewlogic software.

Viewlogic Altera
VHDL Analyzer ViewTrace
MAX+PLUS II
version 10.0
Vantage VHDL Analyzer ViewData Path  
VHDL -> sym MOTIVE version 5.1.6  
edifneto SDF2MTV (optional)  
edifneti Fusion/VCS  
EEDIF (optional) vsm  
MMP (optional) ViewPath (optional)  

NOTE: The MAX+PLUS II read.me file provides up-to-date information on which versions of Viewlogic applications the current version of the MAX+PLUS II software supports. It also provides information on installation and operating requirements. You should read the read.me file on the CD-ROM before installing the MAX+PLUS II software. After installation, you can open the read.me file from the MAX+PLUS II Help menu.


MAX+PLUS II/Viewlogic Powerview Interface File Organization

Table 1 shows the MAX+PLUS® II/Viewlogic Powerview interface subdirectories that are created in the MAX+PLUS II system directory (by default, the /usr/maxplus2 directory) during MAX+PLUS II installation.

Note: For information on the other directories that are created during MAX+PLUS II installation, see "MAX+PLUS II File Organization" in MAX+PLUS II Installation in the MAX+PLUS II Getting Started manual.

Table 1. MAX+PLUS II Directory Organization

Directory Description
./lmf Contains the Altera-provided Library Mapping File, vwlogic.lmf, that maps Viewlogic logic functions to equivalent MAX+PLUS II logic functions.
./Viewlogic Contains the alt_edif.cfg EDIF configuration file that is used with the edifneti utility. Also contains the library and sample subdirectories.
./Viewlogic/examples Contains the sample Viewlogic designs.
./Viewlogic/library/max2sim Contains the MAX+PLUS II simulation model library (max2_sim) for use in ViewSim software.
./Viewlogic/library/alt_max2 Contains MAX+PLUS II primitives (EXP, GLOBAL, LCELL, SOFT, CARRY, CASCADE, DFFE, DFFE6K, and OPNDRN), macrofunctions (a_8fadd, a_8mcomp, a_8count, a_81mux), and megafunctions (clklock) for use in ViewDraw schematics. These logic functions support specific architectural features of Altera® devices. The alt_max2 library also contains modified versions of the ViewDraw primitives that use tri-state buffers, because these primitives require special handling in the MAX+PLUS II/Viewlogic Powerview interface.
./Viewlogic/library/synlib Contains the Altera-provided synthesis library altera, which includes MAX+PLUS II primitives, the altera.sml file, a sym directory, and a wir directory for use with ViewSynthesis software.
./Viewlogic/library/alt_mf Contains the VHDL models for the MAX+PLUS II primitives (EXP, GLOBAL, LCELL, SOFT, CARRY, CASCADE, DFFE, and OPNDRN), macrofunctions (clklock) for use with ViewSynthesis software, the Vantage VHDL Analyzer software, and the VHDL source files. These logic functions are used to maintain portability to other architectures.
./Viewlogic/library/alt_time Contains MOTIVE timing models for MAX+PLUS II logic functions (motive.lib), including the clklock megafunction, and MAX+PLUS II driver models (motive.drv).
./Viewlogic/library/alt_vtl Contains the VHDL source files for the VITAL 3.0-compliant library. This library is available for ViewSim software.
./Viewlogic/bin Contains all MAX+PLUS II, Viewlogic, and interface-related scripts.
./Viewlogic/standard Contains all standard .ini files and standard tools.

Go to: Go to the following topics, which are available on the web, for additional information:
  • MAX+PLUS II Getting Started version 8.1 (5.4 MB)
  • This manual is also available in 4 parts:
    • Preface & Section 1: MAX+PLUS II Installation
    • Section 2: MAX+PLUS II - A Perspective
    • Section 3: MAX+PLUS II Tutorial
    • Appendices, Glossary & Index


Viewlogic Powerview viewdraw.ini Configuration File

Each Powerview project is configured with the viewdraw.ini file that resides in the project directory. The DIR statements at the end of viewdraw.ini are paths to library directories that are used by the various Powerview applications. Figure 1 shows a sample of the DIR statements that are required to use the libraries.

Figure 1. Excerpt from viewdraw.ini

DIR [pw] .
DIR [r] /usr/maxplus2/vwlogic/library/alt_max2 (alt_max2)
DIR [r] /usr/maxplus2/vwlogic/library/max2sim (max2_sim)
DIR [r] /usr/maxplus2/vwlogic/library/synlib (altera)
DIR [r] /usr/maxplus2/vwlogic/library/alt_mf (alt_mf)
DIR [r] /usr/maxplus2/vwlogic/library/alt_vtl (alt_vtl)
DIR [rm] /<Powerview system directory>/lib/builtin (builtin)
DIR [rm] /<Powerview system directory>/simmods/vl/dip/74ls (vl74ls)
DIR [rm] /<Powerview system directory>/symsets/vl/dip/74ls (vl74ls)
DIR [r] /<Powerview system directory>/lib/vdpath (vdpath)

NOTE: When you add the libraries to the /usr/maxplus2/vwlogic/standard/viewdraw.ini file, they are automatically set when you create a new project. Powerview tools search these libraries sequentially, so it is important to add them in the order in which they are listed in Figure 1.

Table 1 shows the libraries that must be specified in the DIR statements in the viewdraw.ini file.

Table 1. Powerview Application Libraries

Library Library Alias Source Topics
alt_max2 alt_max2 Altera Graphical elements for ViewDraw
max2sim max2_sim Altera Models for project simulation
synlib altera Altera VHDL synthesis library for the MAX+PLUS® II software
alt_mf alt_mf Altera VHDL models of MAX+PLUS II logic functions
alt_vtl alt_vtl Altera VITAL-compliant primitives
builtin builtin Altera Basic primitives such as INPUT pins, OUTPUT pins, AND gates, OR gates, etc.
74ls vl74ls Viewlogic 74-series macrofunctions
vdpath vdpath Viewlogic Standard library of parameterized modules (LPM) functions

NOTE: The Altera-provided libraries must be listed before the Viewlogic-provided libraries in the viewdraw.ini file to ensure that the correct versions of the megafunctions, macrofunctions, and primitives are used.

NOTE: Go to Altera-Provided Logic & Symbol Libraries for more information on Altera-supplied libraries. Refer to the Powerview documentation for more information on setting up the viewdraw.ini file.


Viewlogic Powerview Graphical User Interface & the Altera Toolbox

You use the Powerview graphical interface manager, the Cockpit, and the Altera® Toolbox to start all Powerview and Altera tools. Within the Altera Toolbox, you can specify the Max2 Express Drawer or the Design Tools Drawer to work with the Altera/Viewlogic Powerview interface.

The Max2 Express Drawer provides a quick and seamless way to transfer designs created in Powerview to the MAX+PLUS® II software for compilation, then return the compiled designs to Powerview for simulation and timing verification. Table 1 describes the Max2 Express Drawer tools.

Table 1. Max2 Express Drawer Tools

Tool Description
max2_VDraw Launches the Powerview ViewDraw schematic entry tool.
VHDL<->max2 Launches all tools necessary to synthesize a VHDL design, compile for an Altera device, and generate a .vsm file for simulation with the Powerview ViewSim simulator.
SCH<->max2 Launches all tools necessary to compile a schematic design entered with Powerview ViewDraw software for an Altera device and to generate a .vsm file for simulation with Powerview ViewSim and .edo, .sdo, and .vmo files for timing analysis with MOTIVE for Powerview.
max2_VSim Launches the Powerview ViewSim simulator.
max2_VTrace Launches the Powerview ViewTrace simulation waveform editor.
max2_MOTIVE Launches the MOTIVE for Powerview ViewDraw static timing verification tool.

The Design Tools Drawer provides tools that enable you to create a design with the Powerview tools, compile the design in the MAX+PLUS II software, and simulate and verify the design with Powerview software. Table 2 describes the Design Tools Drawer tools.

Table 2. Design Tools Drawer Tools

Tool Description
max2_VDraw Launches the Powerview ViewDraw schematic entry tool.
max2_analyzer Launches the Powerview VHDL Analyzer software.
max2_syn Launches the Powerview VHDL synthesis tool.
max2_chk Launches the Powerview schematic verification tool.
max2_vsmnet Launches the Powerview vsm utility that converts a wirelist file into a .vsm file.
max2_VSim Launches the Powerview ViewSim simulator.
max2_VTrace Launches the Powerview ViewTrace simulator.
max2_edifo Launches the Powerview EDIF netlist writer, edifneto.
max2_VGen Launches the Powerview ViewGen utility that generates a schematic from a wirelist file.
max2 Launches the MAX+PLUS II Compiler.
max2_edifi Launches the Powerview EDIF Netlist Reader, edifneti.
max2_vhdl2sym Launches the Powerview vhdl2sym utility that generates a symbol from a VHDL file.
max2_VantgMgr Launches the Powerview Vantage VHDL Library Manager tool.
max2_VantgAnlz Launches the Vantage VHDL Analyzer software.
max2_VCS Launches the Fusion/VCS Simulator.
max2_MOTIVE Launches the MOTIVE for Powerview static timing verification tool.


MAX+PLUS II/Viewlogic Powerview Project File Structure

In the MAX+PLUS® II software, a project name is the name of a top-level design file, without the filename extension. This design file can be an EDIF, Verilog HDL, or VHDL netlist file; an Altera® Hardware Description Language (AHDL) TDF; or any other MAX+PLUS II-supported design file. The EDIF netlist file must be created by Powerview and imported into the MAX+PLUS II software as an EDIF Input File (.edf). Figure 1 shows an example of MAX+PLUS II project directory structure that includes Powerview-generated files.

Figure 1. Sample MAX+PLUS II Project Organization

Sample MAX+PLUS II Project Organization

The MAX+PLUS II software stores the connectivity data on the links between design files in a hierarchical project in a Hierarchy Interconnect File (.hif), but refers to the entire project only by its project name. The MAX+PLUS II Compiler uses the HIF to build a single, fully flattened project database that integrates all the design files in a project hierarchy.

Unlike Powerview, the MAX+PLUS II software does not automatically create a project directory when you create a project. A single directory can contain several MAX+PLUS II design files, and you can specify any one of the designs in the directory as a project in the MAX+PLUS II software.

Viewlogic Powerview Local Work Area Structure

When you create a project with the Powerview Cockpit's Create command (Project menu), the project directory is created. You should generate design files and functional simulation files under this directory. A max2 subdirectory is automatically created under your current project directory when you generate an EDIF file from your schematic or VHDL file. The <project name>.edf file is stored in the max2 subdirectory. All MAX+PLUS® II Compiler output files are created in the /<project name>/max2 subdirectory.

NOTE: ViewDraw files are identified by their directories and not by their extensions, so it is easy to overwrite files unintentionally. To avoid overwriting files, Altera recommends that you create a new project directory, <project name>/max2/sim, where you can generate all the files needed for simulation.

ViewDraw Project File Structure

Each ViewDraw project directory contains three subdirectories: wir, sch, and sym. See Table 1.

Table 1. ViewDraw Subdirectories

Directory Topics
./wir Wirelist files that contain connectivity information for a particular logic block
./sch Schematics that contain logic
./sym Symbol files that are the ViewDraw graphical representation of the logic blocks

Each file type uses the filename extension .1. Different file types are distinguished only by their directory: /lib/wir/<project name>.1 is a wirelist file; /lib/sch/<project name>.1 is the corresponding schematic file; and /lib/sym/<project name>.1 is the corresponding symbol.

VHDL Project File Structure

Each VHDL project directory contains three subdirectories. See Table 2.

Table 2. VHDL Subdirectories

Directory Topics
./synth All synthesis-related files and directories
./synth/<entity> Four types of files: <entity>.pdf, <entity>.opt, <entity>.sta, and <entity>.gnl
./wir Wirelist for synthesized VHDL modules

NOTE: For each VHDL entity in the design, there is a corresponding ./synth/<entity> directory.


Altera-Provided Logic & Symbol Libraries

The MAX+PLUS® II/Viewlogic Powerview environment provides libraries for compiling, synthesizing, and simulating designs.

NOTE: You can create your own libraries of custom symbols and logic functions for use in ViewDraw schematics and VHDL design files. You can use custom symbols (and functions) to incorporate an EDIF Input File, TDF, or any other MAX+PLUS II-supported design file into a project. The MAX+PLUS II software uses the vwlogic.lmf Library Mapping File to map ViewDraw symbols to equivalent MAX+PLUS II megafunctions, macrofunctions, or primitives. To use custom symbols and functions, you can create a custom LMF that maps your custom functions to equivalent EDIF Input Files, TDFs, or other MAX+PLUS II-supported design files. Go to "Library Mapping File" and "Viewlogic Library Mapping File" in MAX+PLUS II Help for more information.

Logic symbols used in ViewDraw software are available from the MAX+PLUS II alt_max2 library, the ViewDraw builtin and 74ls libraries, and the ViewDatapath vdpath library. VHDL models of MAX+PLUS II logic functions are available from the Altera-provided alt_mf library.

The alt_max2 Library

The alt_max2 library provides MAX+PLUS II-specific logic functions that can be used to take advantage of special architectural features in each Altera® device family. See Table 1. Symbols and functional simulation models are available for all of these elements.

The alt_mf Library

The Altera-provided alt_mf library, which supports the Viewlogic Vantage VHDL Analyzer software, contains VHDL simulation models for all logic functions listed in the following table. The library is configured so that these functions pass untouched through the EDIF netlist file to the MAX+PLUS II Compiler, providing you with optimal control over design processing. Altera also provides models for all of the logic functions that you can synthesize and simulate. These models allow you to perform functional VHDL simulation while maintaining an architecture-independent VHDL description.

Table 1. Architecture Control Logic Functions

Name Note (1), Note (2) Description Name Description Name Description
8fadd 8-bit full adder macrofunction LCELL Logic cell buffer primitive EXP MAX® 5000, MAX 7000, and MAX 9000 Expander buffer primitive
8mcomp 8-bit magnitude comparator macrofunction GLOBAL Global input buffer primitive SOFT Soft buffer primitive
8count 8-bit up/down counter macrofunction CASCADE FLEX® 6000, FLEX 8000, and FLEX 10K cascade buffer primitive OPNDRN Open-drain buffer primitive
81mux 8-to-1 multiplexer macrofunction CARRY FLEX 6000, FLEX 8000, and FLEX 10K cascade buffer primitive DFFE Note (2) D-type flipflop with Clock Enable primitive
clklock Phase-locked loop megafunction        

Notes:

  1. Logic function names that begin with a number must be prefixed with "a_" in VHDL designs. For example, 8fadd must be specified as a_8fadd.
  2. For designs that are targeted to FLEX 6000 devices, you should use the DFFE primitive only if the design contains either a Clear or Preset signal, but not both. If your design contains both a Clear and a Preset signal, you must use the DFFE6K primitive.

NOTE: Choose Old-Style Macrofunctions, Primitives, or Megafunctions/LPM from the MAX+PLUS II Help menu for detailed information on these functions.

 

Go to the following topics, which are available on the web, for additional information:

  • FLEX Devices
  • MAX Devices
  • Classic Device Family


The vdpath & mega_lpm Libraries

The library of parameterized modules (LPM) 2.1.0 standard defines a set of parameterized functions and their corresponding representations in an EDIF netlist file. These logic functions allow you to create and functionally simulate an LPM-based design without targeting a specific device family. After the design is completed, you can target the design to any device family.

When the MAX+PLUS® II software processes projects that include Viewlogic-provided vdpath LPM functions, it uses functions from the Altera-provided mega_lpm library. This library includes all standard LPM functions except the truth table, finite state machine, and pad functions. Altera does not directly support the lpm_ram_dq, lpm_ram_io, and lpm_rom functions. Refer to Instantiating RAM & ROM Functions in Viewlogic Powerview Designs for instructions on instantiating RAM and ROM functions.

NOTE: Choose Megafunctions/LPM from the MAX+PLUS II Help menu for more information about LPM functions.


Design Flow for All Viewlogic Powerview Tools

Figure 1 shows the typical design flow for logic circuits created and processed with Viewlogic Powerview and MAX+PLUS® II software. Design Entry Flow, Project Compilation Flow, Project Simulation Flow, Timing Verification Flow, and Device Programming Flow show detailed diagrams for each stage of the design flow.

Figure 1. Viewlogic Powerview & MAX+PLUS II Design Flow


MAX+PLUS II/Viewlogic Powerview Design Entry Flow

Figure 1 shows the design entry flow for the MAX+PLUS® II/Viewlogic Powerview interface.

Figure 1. MAX+PLUS II/Viewlogic Powerview Design Entry Flow

Altera-provided items are shown in blue.

Design Entry Flow


Creating ViewDraw Schematics for Use with MAX+PLUS II Software

You can create ViewDraw schematics and convert them into EDIF Input Files (.edf) that can be processed with the MAX+PLUS® II software.

To create a ViewDraw schematic for use with the MAX+PLUS II software, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Start Powerview by typing powerview ENTER at a UNIX prompt.

  3. In the Cockpit window, select Altera in the Current ToolBox drop-down list box, and select the drawer you want to use, i.e., Design Tools or Max2 Express, in the Current Drawer drop-down list box.

  4. Choose Create (Project menu) from your working directory to create your project directory. Choose OK.

  5. Choose SearchOrder (Project menu) to add the appropriate library directories and aliases to your viewdraw.ini file in the appropriate search order. Refer to Viewlogic Powerview viewdraw.ini Configuration File for more information on Powerview application libraries.

  6. Start ViewDraw by double-clicking Button 1 on the max2_VDraw icon in the drawer that you selected in step 3, type the name of the schematic, and choose OK. You can also start the ViewDraw software by typing viewdraw  at the UNIX prompt.

  7. Choose Comp (Add menu) to add components to the schematic. You can use functions from the alt_max2, builtin, and 74ls libraries. For information on Altera-provided libraries, go to Altera-Provided Logic & Symbol Libraries.

    Instructions for instantiating specific functions are provided in the following MAX+PLUS II ACCESSSM Key topics:

    • Instantiating LPM Functions in ViewDraw Schematics
    • Instantiating RAM & ROM Functions in Viewlogic Powerview Designs

    Note: 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.

  8. If you instantiate a clklock megafunction, choose the Dialog command (Attr menu), then choose the All command (Dialog menu) to specify the values of the INPUT_FREQUENCY and CLOCKBOOST parameters. For detailed information on the clklock megafunction, choose Megafunctions/LPM from the MAX+PLUS II Help menu.

  9. If you wish to create a hierarchical design that contains symbols representing other design files, such as Altera® Hardware Description Language (AHDL) Text Design Files (.tdf), go to Creating Hierarchical Projects in ViewDraw Schematics.

  10. Choose Net (Add menu) to add nets to the schematic.

  11. Choose Bus (Add menu) to add buses to the schematic.

  12. Choose Label (Add menu) to attach labels to nets and buses. When you are naming and labeling buses, make sure you use the format <bus name>[<most significant bit>:<least significant bit>], and that you label both the net and the pin.

  13. (Optional) To enter resource assignments in your schematic, select a symbol or a net that feeds an output and use the Attr command (Add menu) to add the assignments. For more information, go to Entering Resource Assignments. You can also enter resource assignments from the MAX+PLUS II software.

  14. Choose Write (File menu) to check and save both the schematic with the name .sch/<design name>.1 and the wirelist with the name ./wir/<design name>.1.

  15. (Optional) Perform a functional simulation, as described in Performing a Functional Simulation with ViewSim Software.

  16. 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:

    • You can create an EDIF netlist file, as described in Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility You must use this method if your ViewDraw schematic instantiates Library of Parameterized Modules (LPM) functions.
    • You can use the SCH <-> max2 utility in the Max2 Express drawer to automatically create an EDIF netlist file, compile it with the MAX+PLUS II Compiler, generate an EDIF Output File (.edo), and generate a .vsm file for simulation, as described in Using the Max2 Express Drawer's SCH <-> max2 Utility.

Installing the Altera-provided MAX+PLUS II/Viewlogic interface on your computer automatically creates the following sample ViewDraw schematic files:

  • /usr/maxplus2/examples/viewlogic/example1/fadd
  • /usr/maxplus2/examples/viewlogic/example3/fadd2
  • /usr/maxplus2/examples/viewlogic/example4/fadd2mpp
  • /usr/maxplus2/examples/viewlogic/example7/fifo
Go to:

Go to Powerview Command-Line Syntax in these MAX+PLUS II ACCESS Key topics for related information.


Instantiating LPM Functions in ViewDraw Schematics

You can instantiate library of parameterized modules (LPM) functions from the vdpath library in ViewDraw schematics.

NOTE: Altera does not directly support the lpm_ram_dq, lpm_ram_io, and lpm_rom functions. Go to Instantiating RAM & ROM Functions in Viewlogic Powerview Designs for information on instantiating these functions.

To instantiate an LPM function, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment. Make sure that you have created a vdraw.vs file, as described in step 8 of that topic.

  2. Choose Cell (Add menu).

  3. Choose an <LPM function name> to open the <LPM function name> dialog box. Specify a symbol name for Symbol Prefix and specify appropriate parameters. Choose OK.

    The ViewDraw software generates the specified symbol name symbol according to your specifications. It also generates a corresponding VHDL simulation model, but it is compiled only after you save the schematic. If you want to change the settings for the symbol, select the instance and choose Cell (Change menu) to re-open the appropriate dialog box.

  4. Continue with the steps necessary to complete your schematic, as described in Creating ViewDraw Schematics for Use with MAX+PLUS II Software.

NOTE: Choose Megafunctions/LPM from the MAX+PLUS II Help menu for detailed information on LPM functions.


Instantiating RAM & ROM Functions in Viewlogic Powerview Designs

The MAX+PLUS®II/Viewlogic Powerview interface offers full support for the memory capabilities of the FLEX® 10K device family, including synchronous and asynchronous RAM and ROM, cycle-shared dual-port RAM, dual-port RAM, single-Clock FIFO, and dual-Clock FIFO functions. You can use the Altera-provided genmem utility to generate functional simulation models and timing models for these functions. Type genmem ENTER at the UNIX prompt to display information on how to use this utility, as well as a list of the functions you can generate. RAM and ROM can be instantiated in both ViewDraw schematics and VHDL designs.

NOTE: Refer to Viewlogic documentation for information on simulating projects that contain RAM functions. The procedure for reading an EDIF Output File and preparing it for simulation with ViewSim requires additional steps when the project contains RAM functions.

When you instantiate a RAM or ROM function, follow these general guidelines:

  • For ROM functions, you must specify an initial memory content file in the Intel hexadecimal format (.hex) or the Altera® Memory Initialization File (.mif) format. The filename must be the same as the instance name; e.g., the instance name must be unique throughout the whole project, and must contain only valid name characters. The initialization file must reside in the directory containing the project's design files.

  • For RAM functions, specifying a memory initialization file is optional.

  • For VHDL designs, specify the name of the initial memory content file in the Generic Map Clause of the instance, with the specified type LPM_FILE. If you do not use an initial memory content file (e.g., for a RAM function), you should not declare or use the Generic Clause.

  • Do not synthesize the genmem-generated VHDL file: it is intended for simulation only.

NOTE: The MIF format is supported only for specifying initial memory content when compiling designs within the MAX+PLUS II software. You cannot use a MIF to perform simulation with Viewlogic tools prior to MAX+PLUS II compilation.

To instantiate RAM or ROM in a ViewDraw schematic, follow these steps:

  1. Use the genmem utility to generate a memory model by typing the following command at the UNIX prompt:

    genmem <memory type> <memory size> -vwlogic ENTER

    For example: genmem asynrom 256x15 -vwlogic ENTER

  2. Start the VHDL-to-symbol utility, vhdl2sym, by double-clicking Button 1 on the max2_vhdl2sym icon in the Altera® Toolbox Design Tools Drawer.

  3. Specify the following options in the vhdl2sym dialog box and choose OK to create a symbol. For example, to create the symbol for a 256x15 asynchronous ROM, enter the following settings:

    Option: Setting:
       
    VHDL Source Filename asyn_rom_256x15.vhd
    Add LEVEL attribute On

  4. Choose Comp (Add menu), type <design name> in the Enter Name box, and choose OK.

To instantiate a RAM or ROM function in VHDL, follow these steps:

  1. Repeat step 1 above.

  2. Create a VHDL design that incorporates the text from the genmem-generated Component Declaration, <memory name>.cmp, and instantiate the <memory name> function.

Figure 1 shows a VHDL design that instantiates asyn_rom_256x15.vhd, a 256 x 15 ROM function.

Figure 1. VHDL Design File with ROM Instantiation (tstrom.vhd)
LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY tstrom IS
        PORT (
          addr    : IN STD_LOGIC_VECTOR (7 DOWNTO 0);
          memenab : IN STD_LOGIC;
          q       : OUT STD_LOGIC_VECTOR (14 DOWNTO 0));
END tstrom;
ARCHITECTURE behavior OF tstrom IS

COMPONENT asyn_rom_256x15
     GENERIC (LPM_FILE : string);
     PORT (Address : IN STD_LOGIC_VECTOR(7 DOWNTO 0);
           MemEnab : IN STD_LOGIC;
           Q       : OUT STD_LOGIC_VECTOR(14 DOWNTO 0)
     );
END COMPONENT;
BEGIN

   u1: asyn_rom_256x15
        GENERIC MAP (LPM_FILE => "u1.hex")
   PORT MAP (Address => addr, MemEnab => memenab, Q =>q);
END behavior;

Go to: Go to FLEX 10K Device Family, which is available on the web, for additional information.


Creating Hierarchical Projects in ViewDraw Schematics

You can incorporate any MAX+PLUS® II-supported design file, such as an Altera® Hardware Description Language (AHDL) Text Design File (.tdf), into a project hierarchy that consists of both schematic and text files. To incorporate a non-ViewDraw design file into a higher-level schematic design, you must create a hollow-body symbol for it in the ViewDraw software. During compilation, the MAX+PLUS II software recognizes the symbol as an identifier for the design file, and inserts the correct logic and connections. You can incorporate any number of design files into a project hierarchy.

To create a hierarchical project in your ViewDraw schematic, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Create a ViewDraw schematic and save it in your working directory, as described in Creating ViewDraw Schematics for Use with MAX+PLUS II Software.


    Note: You can instantiate MegaCore™ functions offered by Altera or by members of the Altera Megafunction Partners Program (AMPP™). 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.

  3. Create a design file that uses all uppercase letters for the function name and all lowercase letters for the file extension, e.g., DECODE.tdf. This naming convention is required to prevent conflicts when the file is incorporated into a hierarchical design. When the edifneto utility generates an EDIF netlist file from the ViewDraw schematic, it copies the name of the hollow-body symbol in uppercase letters, regardless of the case that appears in the schematic.

  4. Double-click Button 1 on the max2_VDraw icon in the Altera Toolbox Design Tools Drawer to start ViewDraw.

  5. In the File Open dialog box, type <design name>, i.e., the name of the hollow-body symbol you want to create. Turn on the Symbol option and choose OK. The Symbol Editor is displayed.

  6. Choose Block Size Z-WxH (Change menu) and select a symbol size.

  7. Choose Graphics-Box (Add menu) to draw the symbol body.

  8. Choose Pin (Add menu) to enter pinstubs.

  9. Select a pin and choose Label (Add menu) to label the pin names.

  10. (Optional) Choose Graphics-Text (Add menu) to label the symbol.

  11. Choose Block Type Module (Change menu). You must choose Block Type Module to specify that no Viewlogic schematic is available to represent the functionality of the symbol.

  12. Choose Write (File menu) to save the symbol.

  13. In the top-level ViewDraw schematic, choose Comp (Add menu), select the name of the symbol, and choose OK.

  14. The MAX+PLUS II software uses Library Mapping Files (.lmf) to map standard ViewDraw symbols to equivalent MAX+PLUS II megafunctions, macrofunctions, or primitives. To use custom symbols, you can create a custom LMF that maps your custom symbols to the equivalent EDIF Input File, TDF, or other design file.

    NOTE: You will also need to specify a Library Mapping File (.lmf) in the EDIF Netlist Reader Settings dialog box before compiling with the MAX+PLUS II Software. Go to Compiling Projects with MAX+PLUS II Software for more information.

  15. Continue with the steps necessary to complete your ViewDraw schematic, as described in Creating ViewDraw Schematics for Use with MAX+PLUS II Software.

Go to: Go to Creating AHDL Designs for Use with MAX+PLUS II Software in these MAX+PLUS II ACCESSSM Key topics for related information.


Entering Resource Assignments

The MAX+PLUS® II software allows you to enter a variety of resource and device assignments for your projects. Resource assignments are used to assign logic functions to a particular pin, logic cell, I/O cell, embedded cell, row, column, Logic Array Block (LAB), Embedded Array Block (EAB), chip, clique, local routing, logic option, timing requirement, or connected pin group. In the MAX+PLUS II software, you can enter all types of resource and device assignments with Assign menu commands. You can also enter pin, logic cell, I/O cell, embedded cell, LAB, EAB, row, and column assignments in the MAX+PLUS II Floorplan Editor. The Assign menu commands and the Floorplan Editor all save assignment information in the ASCII Assignment & Configuration File (.acf) for the project. In addition, you can edit ACFs manually in any standard text editor.

ViewDraw Schematics

In ViewDraw schematics, you can assign a limited subset of these resource assignments by assigning properties to symbols. These properties are incorporated into the EDIF netlist file(s). The MAX+PLUS II software automatically converts assignment information from the EDIF Input File (.edf) into the ACF format. For information on making MAX+PLUS II-compatible resource assignments, go to the following topics:

  • Assigning Pins, Logic Cells & Chips
  • Assigning Cliques
  • Assigning Logic Options
  • Modifying the Assignment & Configuration File with the setacf Utility

Installing the Altera-provided MAX+PLUS II/Viewlogic interface on your computer automatically creates the following sample ViewDraw schematic file, which includes resource assignments:

  • /usr/maxplus2/examples/Viewlogic/example4/fadd2mpp

NOTE: Go to Viewlogic documentation for information on how to assign properties. Go to "Resource Assignments in EDIF Input Files" and "Assigning Resources in a Third-Party Design Editor" in MAX+PLUS II Help for more information on assignments or properties that can be assigned in ViewDraw.

VHDL Design Files

For VHDL-based designs, you must use the MAX+PLUS II software or the setacf utility to enter resource assignments. For information on using the setacf utility, go to Modifying the Assignment & Configuration File with the setacf Utility.

Go to:

For information on entering assignments in the MAX+PLUS II software with Assign menu commands or in an ACF, go to "resource assignments" or "ACF, format" in MAX+PLUS II Help using Search for Help on (Help menu).


Assigning Pins, Logic Cells & Chips

You can assign a single logic function to a specific pin or logic cell (including I/O cells and embedded cells) within a chip, and assign one or more functions to a specific chip. A chip is a group of logic functions defined as a single, named unit, which can be assigned to a specific device.

You can assign a signal to a particular pin to ensure that the signal is always associated with that pin, regardless of future changes to the project. If you wish to set and maintain the performance of your project, assigning logic to a specific logic cell within a chip can minimize timing delays. In a project that is partitioned among multiple devices, you can assign logic functions that must be kept together in the same device to a chip. Chip assignments allow you to split a project so that only a minimum number of signals travel between devices, and to ensure that no unnecessary device-to-device delays exist on critical timing paths. You can assign a chip to a device in some EDA tools or in the MAX+PLUS® II software.

Use the following syntax for chip, pin, and logic cell assignments:

  • To assign a logic function to a chip:

    CHIP_PIN_LC=<chip name>

    For example: CHIP_PIN_LC=chip1

  • To assign a pin number within a chip:

    CHIP_PIN_LC=<chip name>@<pin number>

    For example: CHIP_PIN_LC=chip1@K2

  • To assign a logic cell, I/O cell, or embedded cell number:

    CHIP_PIN_LC=<chip name>@LC<logic cell number>

    CHIP_PIN_LC=<chip name>@IOC<I/O cell number>

    CHIP_PIN_LC=<chip name>@EC<embedded cell number>

    For example: CHIP_PIN_LC=chip1@LC44

Note: Refer to the following sources for additional information:
  • Go to "Devices & Adapters" and "Assigning a Device" in MAX+PLUS II Help for information on device pin-outs and assigning devices, respectively, in the MAX+PLUS II software.
  • Go to Back-Annotating MAX+PLUS II Pin Assignments to Design Architect Symbols for information on back-annotating pin assignments in Mentor Graphics Design Architect schematics.


Assigning Cliques

You can define a group of logic functions as a single, named unit, called a clique. The MAX+PLUS® II Compiler attempts to place all logic in the clique in the same logic array block (LAB) to ensure optimum speed. If the project does not use multi-LAB devices, or if it is not possible to fit all clique members into a single LAB, the clique assignment ensures that all members of a clique are placed in the same device. In FLEX® 6000, FLEX 8000, FLEX 10K, and MAX® 9000 devices the Compiler also attempts to place the logic in LABs in the same row. Cliques therefore allow you to partition a project so that only a minimum number of signals travel between LABs, and to ensure that no unnecessary LAB-to-LAB or device-to-device delays exist on critical timing paths.

Step:

To assign a clique, use the following syntax:

CLIQUE=<clique name>

For example: CLIQUE=fast1

Go To:

Go to the following topics in MAX+PLUS II Help for related information:

  • Assigning a Clique
  • Guidelines for Achieving Maximum Speed Performance


Assigning Logic Options

Logic option and logic synthesis style assignments allow you to guide logic synthesis with logic optimization features that are specific to Altera® devices. You can assign logic options and styles to individual logic functions in your design. The MAX+PLUS® II Compiler also uses a device-family-specific default logic synthesis style for each project.

Note: Go to "Resource Assignments in EDIF Input Files" and "Assigning Resources in a Third-Party Design Editor" in MAX+PLUS II Help for complete and up-to-date information on logic option and logic synthesis style assignments, including definitions and syntax of these assignments.


Modifying the Assignment & Configuration File with the setacf Utility

Altera provides the setacf utility to help you modify a project's Assignment & Configuration File (.acf) from the command line, without opening the file with a text editor. Type setacf -h Enter at a UNIX or DOS prompt to get help on this utility.


Performing a Functional Simulation with ViewSim Software

You can use Viewlogic ViewSim software to perform a functional simulation of a ViewDraw schematic or a VHDL Design File (.vhd) before compiling your project with the MAX+PLUS II Compiler. Follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Create a ViewDraw schematic that follows the guidelines in Creating ViewDraw Schematics for Use with MAX+PLUS II Software. Then go to step 3.

    or:

    Create a VHDL Design File <design name>.vhd and analyze it, as described in the following MAX+PLUS II ACCESSSM Key topics:

    • Creating VHDL Designs for Use with MAX+PLUS II Software
    • Analyzing VHDL Files with the Vantage VHDL Analyzer Software

    Then go to step 7.

  3. With the schematic open in the ViewDraw editor, add CLR and PRE inputs to any flipflops in your design, or tie the CLR and PRE ports of the flipflops to VCC. (Use the PWR primitive from the builtin library.)

  4. Choose Write To (File menu) and save the schematic as <design name>_funct.

  5. Start the vsm utility by double-clicking Button 1 on the max2_vsmnet icon in the Altera® Toolbox Design Tools Drawer.

  6. Specify the following options in the vsm dialog box and choose OK to generate the <design name>_funct.vsm file:

    Option: Setting:
    Design Name <design name>_funct
    Level (blank)

  7. Create a simulation command file (.cmd) for simulation with ViewSim software. Alternatively, you can enter commands at the prompt in the ViewSim window. Refer to your Viewlogic documentation for more information on creating ViewSim command files.

  8. Start the ViewSim simulation tool by double-clicking Button 1 on the max2_VSim icon in the Design Tools Drawer.

  9. If you wish to simulate a ViewDraw schematic, specify the following options in the ViewSim dialog box, then go to step 11.

    Option: Setting:
    Design Name <design name>_funct
    Command File <design name>_funct.cmd
    VHDL Source Window OFF
    VHDL Debugging OFF

  10. If you wish to simulate a VHDL design, specify the following options in the ViewSim dialog box:

    Option: Setting:
    Design Name <design name>
    Command File <design name>.cmd
    Graphical Interface ON
    VHDL Source Window OFF or ON
    VHDL Debugging OFF or ON

  11. Choose OK to simulate the design. ViewSim software simulates the design and starts the ViewTrace waveform editor to allow you to observe the simulation results.

  12. Use the edifneto utility to generate an EDIF Netlist File (.edf) that can be imported into the MAX+PLUS II software, as described in Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility.

NOTE: Go to ViewSim documentation for complete details on simulating a project and using ViewTrace to observe waveform output results.


Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility

You can use the edifneto utility to generate an EDIF netlist file from a ViewDraw schematic or VHDL Design File (.vhd). This file can be imported into the MAX+PLUS® II software as an EDIF Input File with the extension .edf. To generate an EDIF netlist file, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Create a ViewDraw schematic and save it in your working directory, as described in Creating ViewDraw Schematics for Use with MAX+PLUS II Software.

    or:

    Create a VHDL Design File, analyze it, and synthesize and optimize it, as described in the following topics:

    • Creating VHDL Designs for Use with MAX+PLUS II Software
    • Analyzing VHDL Files with the Vantage VHDL Analyzer Software
    • Synthesizing & Optimizing VHDL Designs with ViewSynthesis Software

  3. Start the edifneto utility by double-clicking Button 1 on the max2_edifo icon in the Design Tools Drawer or the Max2 Express Drawer in the Altera Toolbox. You can also start the edifneto utility by typing edifneto  at the UNIX prompt.

  4. If you are converting a ViewDraw schematic, specify the <design name> for the Wire File Name option in the edifneto dialog box. If you are not using the Altera® toolbox, do not specify Altera for the Level option in the edifneto dialog box.

  5. If you are converting a VHDL Design File, or if your ViewDraw schematic instantiates Library of Parameterized Modules (LPM) functions, specify Altera and VHDL as the Level in the edifneto dialog box.

  6. Choose OK to generate the EDIF netlist file. The edifneto utility creates the max2 subdirectory under your working directory. The max2 subdirectory contains the EDIF netlist file for your design.

    When the edifneto utility generates an EDIF netlist file from a design that instantiates LPM functions, the EDIF netlist file may contain parameters with incorrect parameter names. To correct this problem, go to the /usr/maxplus2/viewlogic/bin directory and type chlpmpty <design name>.edf at the UNIX prompt to run the Altera-provided chlpmpty script, which converts all of the parameters to their correct names.

  7. Process the <design name>.edf with the MAX+PLUS II Compiler, as described in Compiling Projects with MAX+PLUS II Software.

NOTE: Go to the following MAX+PLUS II ACCESSSM Key topics for related information:
 
  • Using the Max2 Express Drawer's SCH <-> max2 Utility
  • Using the Max2 Express Drawer's VHDL <-> max2 Utility


Creating VHDL Designs for Use with MAX+PLUS II Software

You can create VHDL design files with the MAX+PLUS® II Text Editor or another standard text editor and save them in the appropriate directory for your project. The MAX+PLUS II Text Editor offers the following advantages:

  • VHDL templates are available with the VHDL Templates command (Templates menu). These templates are also available in the ASCII vhdl.tmp file, which is located in the /usr/maxplus2 directory.

  • If you use the MAX+PLUS II Text Editor to create your VHDL design, you can use the Syntax Coloring command (Options menu). The Syntax Coloring feature displays keywords and other elements in text files in different colors to distinguish them from other forms of syntax.

To create a VHDL design that can be synthesized and optimized with ViewSynthesis software, follow these steps:

  1. You can instantiate the following Altera-provided logic functions in your VHDL design:

    • The alt_mf library contains the Altera® VHDL logic function library, which includes MAX+PLUS II-specific primitives and the a_8count, a_8mcomp, a_8fadd, and a_81mux macrofunctions. If you wish to instantiate alt_mf logic functions in your VHDL design, you must first analyze all functions in the alt_mf/src directory. See Analyzing VHDL Files with the Vantage VHDL Analyzer Software for details.

    • The clklock megafunction, which enables the phase-locked loop, or ClockLock, circuitry available on selected Altera FLEX® 10K devices. Go to Instantiating the clklock Megafunction in VHDL or Verilog HDL for information.

    • MegaCore™ functions offered by Altera or by members of the Altera Megafunction Partners Program (AMPP™). 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.

  2. (Optional) To enter resource assignments in your VHDL design, go to Entering Resource Assignments. You can also enter resource assignments from within the MAX+PLUS II software.

Once you have created a VHDL design, you can analyze it, synthesize it, and generate an EDIF netlist file that can be imported into the MAX+PLUS II software with either of the following methods:

  • You can analyze, functionally simulate, and synthesize the VHDL design, then generate an EDIF netlist file by following the steps in these topics:

    • Analyzing VHDL Files with the Vantage VHDL Analyzer Software
    • Performing a Functional Simulation with ViewSim Software
    • Synthesizing & Optimizing VHDL Designs with ViewSynthesis Software
    • Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility

  • You can use the VHDL <-> max2 utility in the Max2 Express Drawer to automatically analyze and synthesize the VHDL design, compile it with the MAX+PLUS II Compiler, generate an EDIF Output File (.edo), and create a .vsm file for simulation. See Using the Max2 Express Drawer's VHDL <-> max2 Utility in these MAX+PLUS II ACCESSSM Key topics for details.

Installing the Altera-provided MAX+PLUS II/Viewlogic Powerview interface on your computer automatically creates the following sample VHDL files:

  • /usr/maxplus2/examples/Viewlogic/example5/count4.vhd
  • /usr/maxplus2/examples/Viewlogic/example5/count8.vhd

Go to: Go to FLEX 10K Device Family, which is available on the web, for additional information.


Instantiating the clklock Megafunction in VHDL or Verilog HDL

MAX+PLUS® II interfaces to other EDA tools support the clklock phase-locked loop megafunction, which can be used with some FLEX® 10K devices, with the gencklk utility, which is available in the MAX+PLUS II system directory. Type gencklk -h Enter at the DOS or UNIX prompt to display information on how to use this utility. The gencklk utility generates VHDL or Verilog HDL functional simulation models and a VHDL Component Declaration template file (.cmp).

The gencklk utility allows parameters for the clklock function to be passed from the VHDL or Verilog HDL file to EDIF netlist format. The gencklk utility embeds the parameter values in the clklock function name; therefore, the values do not need to be declared explicitly.

To instantiate the clklock megafunction in VHDL or Verilog HDL, go through the following steps:

  1. Type the following command at the DOS or UNIX prompt to generate the clklock_x_y function, where x is the ClockBoost value and y is the input frequency in MHz:

    Step: Type gencklk <ClockBoost> <input frequency> -vhdl Enter for VHDL designs.

    or:

    Step: Type gencklk <ClockBoost> <input frequency> -verilog Enter for Verilog HDL designs.

    Choose Megafunctions/LPM from the MAX+PLUS II Help menu for more information on the clklock megafunction.

  2. Create a design file that instantiates the clklock_x_y.vhd or clklock_x_y.v file. The gencklk utility automatically generates a VHDL Component Declaration template in the clklock_x_y.cmp file that you can incorporate into a VHDL design file.

Note: In MAX+PLUS II version 8.3 and lower, running genclklk on a PC always creates files named as clklock.vhd, clklock.cmp, and clklock.v, regardless of the ClockBoost and input frequency values you specify.

Figures 1 and 2 show a clklock function with <ClockBoost> = 2 and <input frequency> = 40 MHz instantiated in VHDL and Verilog HDL design files, respectively.

Figure 1. VHDL Design File with clklock Instantiation (count8.vhd)
LIBRARY ieee;
USE ieee.std_logic_1164.all;
LIBRARY altera;
USE altera.maxplus2.all;     --  Include Altera Component Declarations
ENTITY count8 IS
   PORT (a    : IN STD_LOGIC_VECTOR(7 DOWNTO 0);
         ldn  : IN STD_LOGIC;
         gn   : IN STD_LOGIC;
         dnup : IN STD_LOGIC;
         setn : IN STD_LOGIC;
         clrn : IN STD_LOGIC;
         clk  : IN STD_LOGIC;
         co   : OUT STD_LOGIC;
         q    : OUT STD_LOGIC_VECTOR(7 DOWNTO 0));
END count8;
ARCHITECTURE structure OF count8 IS
   signal clk2x : STD_LOGIC;
COMPONENT clklock_2_40
   PORT (
      INCLK : IN STD_LOGIC;
      OUTCLK : OUT STD_LOGIC
   );
END COMPONENT;
BEGIN
   u1: clklock_2_40
   PORT MAP (inclk=>clk, outclk=>clk2x);
   u2: a_8count
   PORT MAP (a=>a(0), b=>a(1), c=>a(2), d=>a(3),
             e=>a(4), f=>a(5), g=>a(6), h=>a(7),
             clk=>clk2x,
             ldn=>ldn,
             gn=>gn,
             dnup=>dnup,
             setn=>setn,
             clrn=>clrn,
             qa=>q(0), qb=>q(1), qc=>q(2), qd=>q(3),
             qe=>q(4), qf=>q(5), qg=>q(6), qh=>q(7),
             cout=>co);
 END structure;

Figure 2. Verilog HDL Design File with clklock Instantiation (count8.v)
`timescale 1ns / 10ps
module count8 (a, ldn, gn, dnup, setn, clrn, clk, co, q);
output          co;
output[7:0]     q;
input[7:0]      a;
input           ldn, gn,dnup, setn, clrn, clk;
wire            clk2x;
clklock_2_40 u1 (.inclk(clk), .outclk(clk2x) );
A_8COUNT u2 (.A(a[0]), .B(a[1]), .C(a[2]), .D(a[3]), .E(a[4]), .F(a[5]),
             .G(a[6]), .H(a[7]), .LDN(ldn), .GN(gn), .DNUP(dnup),
             .SETN(setn), .CLRN(clrn), .CLK(clk2x), .QA(q[0]), .QB(q[1]),
             .QC(q[2]), .QD(q[3]), .QE(q[4]), .QF(q[5]), .QG(q[6]),
             .QH(q[7]), .COUT(co) );
endmodule

Note: Go to FLEX 10K Device Family, which is available on the web, for additional information.


Instantiating RAM & ROM Functions in Viewlogic Powerview Designs

The MAX+PLUS®II/Viewlogic Powerview interface offers full support for the memory capabilities of the FLEX® 10K device family, including synchronous and asynchronous RAM and ROM, cycle-shared dual-port RAM, dual-port RAM, single-Clock FIFO, and dual-Clock FIFO functions. You can use the Altera-provided genmem utility to generate functional simulation models and timing models for these functions. Type genmem ENTER at the UNIX prompt to display information on how to use this utility, as well as a list of the functions you can generate. RAM and ROM can be instantiated in both ViewDraw schematics and VHDL designs.

NOTE: Refer to Viewlogic documentation for information on simulating projects that contain RAM functions. The procedure for reading an EDIF Output File and preparing it for simulation with ViewSim requires additional steps when the project contains RAM functions.

When you instantiate a RAM or ROM function, follow these general guidelines:

  • For ROM functions, you must specify an initial memory content file in the Intel hexadecimal format (.hex) or the Altera® Memory Initialization File (.mif) format. The filename must be the same as the instance name; e.g., the instance name must be unique throughout the whole project, and must contain only valid name characters. The initialization file must reside in the directory containing the project's design files.

  • For RAM functions, specifying a memory initialization file is optional.

  • For VHDL designs, specify the name of the initial memory content file in the Generic Map Clause of the instance, with the specified type LPM_FILE. If you do not use an initial memory content file (e.g., for a RAM function), you should not declare or use the Generic Clause.

  • Do not synthesize the genmem-generated VHDL file: it is intended for simulation only.

NOTE: The MIF format is supported only for specifying initial memory content when compiling designs within the MAX+PLUS II software. You cannot use a MIF to perform simulation with Viewlogic tools prior to MAX+PLUS II compilation.

To instantiate RAM or ROM in a ViewDraw schematic, follow these steps:

  1. Use the genmem utility to generate a memory model by typing the following command at the UNIX prompt:

    genmem <memory type> <memory size> -vwlogic ENTER

    For example: genmem asynrom 256x15 -vwlogic ENTER

  2. Start the VHDL-to-symbol utility, vhdl2sym, by double-clicking Button 1 on the max2_vhdl2sym icon in the Altera® Toolbox Design Tools Drawer.

  3. Specify the following options in the vhdl2sym dialog box and choose OK to create a symbol. For example, to create the symbol for a 256x15 asynchronous ROM, enter the following settings:

    Option: Setting:
       
    VHDL Source Filename asyn_rom_256x15.vhd
    Add LEVEL attribute On

  4. Choose Comp (Add menu), type <design name> in the Enter Name box, and choose OK.

To instantiate a RAM or ROM function in VHDL, follow these steps:

  1. Repeat step 1 above.

  2. Create a VHDL design that incorporates the text from the genmem-generated Component Declaration, <memory name>.cmp, and instantiate the <memory name> function.

Figure 1 shows a VHDL design that instantiates asyn_rom_256x15.vhd, a 256 x 15 ROM function.

Figure 1. VHDL Design File with ROM Instantiation (tstrom.vhd)
LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY tstrom IS
        PORT (
          addr    : IN STD_LOGIC_VECTOR (7 DOWNTO 0);
          memenab : IN STD_LOGIC;
          q       : OUT STD_LOGIC_VECTOR (14 DOWNTO 0));
END tstrom;
ARCHITECTURE behavior OF tstrom IS

COMPONENT asyn_rom_256x15
     GENERIC (LPM_FILE : string);
     PORT (Address : IN STD_LOGIC_VECTOR(7 DOWNTO 0);
           MemEnab : IN STD_LOGIC;
           Q       : OUT STD_LOGIC_VECTOR(14 DOWNTO 0)
     );
END COMPONENT;
BEGIN

   u1: asyn_rom_256x15
        GENERIC MAP (LPM_FILE => "u1.hex")
   PORT MAP (Address => addr, MemEnab => memenab, Q =>q);
END behavior;

Go to: Go to FLEX 10K Device Family, which is available on the web, for additional information.


Entering Resource Assignments

The MAX+PLUS® II software allows you to enter a variety of resource and device assignments for your projects. Resource assignments are used to assign logic functions to a particular pin, logic cell, I/O cell, embedded cell, row, column, Logic Array Block (LAB), Embedded Array Block (EAB), chip, clique, local routing, logic option, timing requirement, or connected pin group. In the MAX+PLUS II software, you can enter all types of resource and device assignments with Assign menu commands. You can also enter pin, logic cell, I/O cell, embedded cell, LAB, EAB, row, and column assignments in the MAX+PLUS II Floorplan Editor. The Assign menu commands and the Floorplan Editor all save assignment information in the ASCII Assignment & Configuration File (.acf) for the project. In addition, you can edit ACFs manually in any standard text editor.

ViewDraw Schematics

In ViewDraw schematics, you can assign a limited subset of these resource assignments by assigning properties to symbols. These properties are incorporated into the EDIF netlist file(s). The MAX+PLUS II software automatically converts assignment information from the EDIF Input File (.edf) into the ACF format. For information on making MAX+PLUS II-compatible resource assignments, go to the following topics:

  • Assigning Pins, Logic Cells & Chips
  • Assigning Cliques
  • Assigning Logic Options
  • Modifying the Assignment & Configuration File with the setacf Utility

Installing the Altera-provided MAX+PLUS II/Viewlogic interface on your computer automatically creates the following sample ViewDraw schematic file, which includes resource assignments:

  • /usr/maxplus2/examples/Viewlogic/example4/fadd2mpp

NOTE: Go to Viewlogic documentation for information on how to assign properties. Go to "Resource Assignments in EDIF Input Files" and "Assigning Resources in a Third-Party Design Editor" in MAX+PLUS II Help for more information on assignments or properties that can be assigned in ViewDraw.

VHDL Design Files

For VHDL-based designs, you must use the MAX+PLUS II software or the setacf utility to enter resource assignments. For information on using the setacf utility, go to Modifying the Assignment & Configuration File with the setacf Utility.

Go to:

For information on entering assignments in the MAX+PLUS II software with Assign menu commands or in an ACF, go to "resource assignments" or "ACF, format" in MAX+PLUS II Help using Search for Help on (Help menu).


Modifying the Assignment & Configuration File with the setacf Utility

Altera provides the setacf utility to help you modify a project's Assignment & Configuration File (.acf) from the command line, without opening the file with a text editor. Type setacf -h Enter at a UNIX or DOS prompt to get help on this utility.


Analyzing VHDL Files with the SpeedWave VHDL Analyzer Software

You can use the SpeedWave VHDL Analyzer software to analyze VHDL Design Files (.vhd) prior to functional (or gate-level) simulation with ViewSim software, or to synthesis and optimization with ViewSynthesis software. You can also use the SpeedWave VHDL Analyzer to analyze a MAX+PLUS® II-generated VHDL Output File (.vho) prior to post-compilation timing simulation with ViewSim software. The max2_VantgMgr and max2_VantgAnlz tools are located in the Altera® Toolbox Design Tools Drawer.

To analyze a VHDL file with the SpeedWave VHDL Analyzer, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. If you wish to analyze a VHDL Design File (.vhd), create a VHDL file <design name>.vhd using the MAX+PLUS II Text Editor or another standard text editor and save it in a working directory. Go to Creating VHDL Designs for Use with MAX+PLUS II Software for more information.

  3. If you wish to analyze a MAX+PLUS II-generated VHDL Output File (.vho), be sure to select VHDL 1987 for the VHDL Version option and VHDL Output File (.vho) for the Write Delay Constructs To option in the VHDL Netlist Writer Settings dialog box (Interfaces menu) when you set up the MAX+PLUS II Compiler to generate a VHDL Output File. See Compiling Projects with MAX+PLUS II Software for more information on generating VHDL Output Files.

  4. If your VHDL file contains functions from the alt_mf library, follow these steps:

    1. Start the Vantage Manager by double-clicking Button 1 on the max2_VantgMgr icon in the Design Tools Drawer.

    2. Use the Vantage VHDL Library Manager to create an alt_mf.lib library file with the symbolic name ALT_MF.

    3. Make alt_mf the working library with the Set Working command (Edit menu).

    4. Start the VHDL Analyzer by double-clicking Button 1 on the max2_VantgAnlz icon in the Design Tools Drawer.

    5. Analyze each VHDL file in the alt_mf/src directory into the alt_mf.lib working library. Source files are located in the /usr/maxplus2/vwlogic/library/alt_mf/src directory that is created by installing the Altera/Viewlogic interface.

  5. If it is not already running, start the Vantage VHDL Library Manager, as described in step 4b, to create a Vantage library.

  6. Choose the List system libs button.

  7. Add the ieee.lib and synopsys.lib system libraries to your project:

    1. Select the ieee.lib and synopsys.lib libraries from the Available Libraries window and choose Add lib. Choose the ieee library from the libs_syn directory, which is located at /<Powerview system directory>/ standard/van_vss/pgm/libs_syn. The ieee library contains Synopsys package files.

    2. If your project uses functions from the alt_mf library, also select the alt_mf.lib file from the Available Libraries window and choose Add lib.

    3. Choose Create Library (File menu, type the project directory name in the Symbolic Name field, and choose OK.

  8. Specify the project directory as the working directory by choosing Set Working (Edit menu).

  9. Choose Save INI File (File menu).

  10. Choose Dismiss Window (Powerview Red-Box menu).

  11. Specify the appropriate path and file name in the Analyzer VHDL Source File dialog box and choose OK to analyze the VHDL file.

  12. Once you have analyzed the file, perform one or more of the following tasks, as appropriate:

    • Performing a Functional Simulation with ViewSim Software
    • Synthesizing & Optimizing VHDL Designs with ViewSynthesis Software
    • Performing a Timing Simulation with ViewSim Software

NOTE: Refer to the following sources for related information:
 
  • The Viewlogic ViewSim/VHDL User's Guide and ViewSim/VHDL Tutorial for information on using the Vantage VHDL Analyzer software or Vantage VHDL Library Manager
  • Powerview Command-Line Syntax in these MAX+PLUS II ACCESSSM Key topics


Performing a Functional Simulation with ViewSim Software

You can use Viewlogic ViewSim software to perform a functional simulation of a ViewDraw schematic or a VHDL Design File (.vhd) before compiling your project with the MAX+PLUS II Compiler. Follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Create a ViewDraw schematic that follows the guidelines in Creating ViewDraw Schematics for Use with MAX+PLUS II Software. Then go to step 3.

    or:

    Create a VHDL Design File <design name>.vhd and analyze it, as described in the following MAX+PLUS II ACCESSSM Key topics:

    • Creating VHDL Designs for Use with MAX+PLUS II Software
    • Analyzing VHDL Files with the Vantage VHDL Analyzer Software

    Then go to step 7.

  3. With the schematic open in the ViewDraw editor, add CLR and PRE inputs to any flipflops in your design, or tie the CLR and PRE ports of the flipflops to VCC. (Use the PWR primitive from the builtin library.)

  4. Choose Write To (File menu) and save the schematic as <design name>_funct.

  5. Start the vsm utility by double-clicking Button 1 on the max2_vsmnet icon in the Altera® Toolbox Design Tools Drawer.

  6. Specify the following options in the vsm dialog box and choose OK to generate the <design name>_funct.vsm file:

    Option: Setting:
    Design Name <design name>_funct
    Level (blank)

  7. Create a simulation command file (.cmd) for simulation with ViewSim software. Alternatively, you can enter commands at the prompt in the ViewSim window. Refer to your Viewlogic documentation for more information on creating ViewSim command files.

  8. Start the ViewSim simulation tool by double-clicking Button 1 on the max2_VSim icon in the Design Tools Drawer.

  9. If you wish to simulate a ViewDraw schematic, specify the following options in the ViewSim dialog box, then go to step 11.

    Option: Setting:
    Design Name <design name>_funct
    Command File <design name>_funct.cmd
    VHDL Source Window OFF
    VHDL Debugging OFF

  10. If you wish to simulate a VHDL design, specify the following options in the ViewSim dialog box:

    Option: Setting:
    Design Name <design name>
    Command File <design name>.cmd
    Graphical Interface ON
    VHDL Source Window OFF or ON
    VHDL Debugging OFF or ON

  11. Choose OK to simulate the design. ViewSim software simulates the design and starts the ViewTrace waveform editor to allow you to observe the simulation results.

  12. Use the edifneto utility to generate an EDIF Netlist File (.edf) that can be imported into the MAX+PLUS II software, as described in Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility.

NOTE: Go to ViewSim documentation for complete details on simulating a project and using ViewTrace to observe waveform output results.


Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility

You can use the edifneto utility to generate an EDIF netlist file from a ViewDraw schematic or VHDL Design File (.vhd). This file can be imported into the MAX+PLUS® II software as an EDIF Input File with the extension .edf. To generate an EDIF netlist file, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Create a ViewDraw schematic and save it in your working directory, as described in Creating ViewDraw Schematics for Use with MAX+PLUS II Software.

    or:

    Create a VHDL Design File, analyze it, and synthesize and optimize it, as described in the following topics:

    • Creating VHDL Designs for Use with MAX+PLUS II Software
    • Analyzing VHDL Files with the Vantage VHDL Analyzer Software
    • Synthesizing & Optimizing VHDL Designs with ViewSynthesis Software

  3. Start the edifneto utility by double-clicking Button 1 on the max2_edifo icon in the Design Tools Drawer or the Max2 Express Drawer in the Altera Toolbox. You can also start the edifneto utility by typing edifneto  at the UNIX prompt.

  4. If you are converting a ViewDraw schematic, specify the <design name> for the Wire File Name option in the edifneto dialog box. If you are not using the Altera® toolbox, do not specify Altera for the Level option in the edifneto dialog box.

  5. If you are converting a VHDL Design File, or if your ViewDraw schematic instantiates Library of Parameterized Modules (LPM) functions, specify Altera and VHDL as the Level in the edifneto dialog box.

  6. Choose OK to generate the EDIF netlist file. The edifneto utility creates the max2 subdirectory under your working directory. The max2 subdirectory contains the EDIF netlist file for your design.

    When the edifneto utility generates an EDIF netlist file from a design that instantiates LPM functions, the EDIF netlist file may contain parameters with incorrect parameter names. To correct this problem, go to the /usr/maxplus2/viewlogic/bin directory and type chlpmpty <design name>.edf at the UNIX prompt to run the Altera-provided chlpmpty script, which converts all of the parameters to their correct names.

  7. Process the <design name>.edf with the MAX+PLUS II Compiler, as described in Compiling Projects with MAX+PLUS II Software.

NOTE: Go to the following MAX+PLUS II ACCESSSM Key topics for related information:
 
  • Using the Max2 Express Drawer's SCH <-> max2 Utility
  • Using the Max2 Express Drawer's VHDL <-> max2 Utility


Synthesizing & Optimizing VHDL Designs with ViewSynthesis Software

  Viewlogic logo

You can create and process VHDL files and convert them into Altera® Hardware Description Language (AHDL) Text Design Files (.tdf) or EDIF Input Files (.edf) that can be processed by the MAX+PLUS® II Compiler. The MAX+PLUS II Compiler can process a VHDL file that has been synthesized by ViewSynthesis software, saved as an AHDL TDF or an EDIF netlist file, and imported into the MAX+PLUS II software. The information presented here describes only how to use VHDL files that have been processed by ViewSynthesis software. For information on direct MAX+PLUS II support for VHDL Design Files, go to MAX+PLUS II VHDL Help.

To synthesize and optimize a VHDL design, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Create a VHDL file <design name>.vhd using the MAX+PLUS II Text Editor or another standard text editor and save it in a working directory. Go to Creating VHDL Designs for Use with MAX+PLUS II Software for more information.

  3. Start Powerview by typing powerview ENTER at a UNIX prompt.

  4. In the Cockpit window, select Altera in the Current ToolBox drop-down list box, and select the drawer you want to use, i.e., Design Tools or Max2 Express, in the Current Drawer drop-down list box.

  5. Choose Create (Project menu) from your working directory to create your project directory. Choose OK.

  6. Choose SearchOrder (Project menu) to add the appropriate library directories and aliases to your viewdraw.ini file. Refer to Viewlogic Powerview viewdraw.ini Configuration File for more information on Powerview application libraries.

    NOTE: When you add libraries to the /usr/maxplus2/vwlogic/standard/viewdraw.ini file, they are automatically set when you create a new project. Powerview tools search these libraries sequentially, so it is important to add them in the order in which they are listed.

  7. Analyze the VHDL design, as described in Analyzing VHDL Files with the Vantage VHDL Analyzer Software.

  8. (Optional) Perform a functional simulation, as described in Performing a Timing Simulation with ViewSim Software.

  9. In Powerview 5.3.2 and previous versions, start ViewSynthesis software by double-clicking Button 1 on the max2_syn icon in the Altera Toolbox Design Tools Drawer.

    NOTE: In Powerview 6.0, ViewSynthesis software is available only for the SunOS, and only as a command-line version. If you are using Powerview 6.0, read /<Powerview system directory>/README/vsyn.doc to learn how to synthesize a design with ViewSynthesis software. You can create the synth.ini file, a one-line text file that contains the text technology altera. Then type the following commands at the UNIX prompt to analyze and synthesize your VHDL design:

    vsyn -vhdl <design name> ENTER

    vsyn -synth "*" ENTER

  10. Choose Target Technology (Setup menu) and select altera:altera in the Specify Target Technology dialog box. Choose OK.

  11. Choose Compile VHDL (Setup menu) and select <design name>.vhd in the VHDL Files list box. Choose OK.

    NOTE: If more than one VHDL Design File (.vhd) exists for the project, you must compile the lower-level design files before compiling the top-level file.

  12. Press Button 3 on the <design name> icon in the ViewSynthesis window, choose Synthesize from the pop-up menu, then choose OK.

  13. (Optional) To generate a synthesis report file for the design, press Button 3 on the <design name> icon and choose View Report from the pop-up menu.

  14. (Optional) To create a schematic representation of the gate-level netlist file, press Button 3 on the <design name> icon and choose View Schematic from the pop-up menu.

  15. Generate an EDIF netlist file that can be compiled with the MAX+PLUS II Compiler, as described in Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility.

  16. Process the <design name>.edf file with the MAX+PLUS II Compiler, as described in Compiling Projects with MAX+PLUS II Software.

Installing the Altera-provided MAX+PLUS II/Viewlogic interface on your computer automatically creates the following sample ViewDraw schematic files:

  • /usr/maxplus2/examples/viewlogic/example5/count4.vhd
  • /usr/maxplus2/examples/viewlogic/example5/count8.vhd
Go to:

Go to Powerview Command-Line Syntax in these MAX+PLUS II ACCESSSM Key topics for related information.


MAX+PLUS II/Viewlogic Powerview Compilation Flow

Figure 1 shows the project compilation flow for the MAX+PLUS® II/Viewlogic Powerview interface.

Figure 1. MAX+PLUS II/Viewlogic Powerview Project Compilation Flow

Altera-provided items are shown in blue.

Figure 1


Compiling Projects with MAX+PLUS II Software

The MAX+PLUS® II Compiler can process design files in a variety of formats. This topic describes how to use MAX+PLUS II software to compile projects in which the top-level design file is an EDIF Input File (with the extension .edf).

Note: Refer to the following sources for additional information:

  • Go to MAX+PLUS II Help for information on compiling VHDL and Verilog HDL, design files directly with the MAX+PLUS II Compiler.

  • Go to Running Synopsys Compilers from MAX+PLUS II Software for information on running the Synopsys Design Compiler or FPGA Compiler software on a VHDL or Verilog HDL design from within the MAX+PLUS II Compiler window.

To compile a design (also called a "project") with MAX+PLUS II software, go through the following steps:

  1. Create design files that are compatible with the MAX+PLUS II software and convert them into EDIF Input Files with the extension .edf. Specific instructions for some tools are described in these MAX+PLUS II ACCESSSM Key Guidelines. Otherwise, refer to MAX+PLUS II Help or the product documentation for your design entry or synthesis and optimization tool.

  2. If your design files contain symbols (or HDL instantiations) representing your own custom lower-level logic functions, create a mapping for each function in a Library Mapping File (.lmf) to map the custom symbol to the corresponding EDIF Input File, AHDL Text Design File (.tdf), or other MAX+PLUS II-supported design file. These custom functions are represented in design files as hollow-body symbols or "black box" HDL descriptions.

    Note: Go to "Library Mapping Files (.lmf)" in MAX+PLUS II Help for more information.

  3. Open MAX+PLUS II and specify the name of your top-level design file as the project name with the Project Name command (File menu). If you open an HDL file in the MAX+PLUS II Text Editor, you can choose the Project Set Project to Current File command (File menu) instead.

    Note: You can also compile a project from a command line. However, the first time you compile a project, the settings you need to specify are easier to specify from within the MAX+PLUS II software. After you have run the graphical user interface for the MAX+PLUS II software at least once, you can more easily use the command-line setacf utility to modify options in the Assignment & Configuration File (.acf) for the project. Type setacf -h Enter and maxplus2 -h Enter for descriptions of setacf and MAX+PLUS II command-line syntax.

  4. Choose Device (Assign menu) and select the target Altera device family in the Device Family drop-down list box. If you wish to implement the design logic in a specific device, select it in the Devices box. Otherwise, select AUTO to allow the MAX+PLUS II Compiler to choose the best device(s) in the current device family. If your design entry or synthesis and optimization tool required you to specify a target family and/or device, specify the same information in this dialog box. For information on partitioning logic among multiple devices, go to MAX+PLUS II Help. Choose OK.

  5. Open the Compiler window by choosing the Compiler command (MAX+PLUS II menu). Go through the following steps to specify the options necessary to compile the design file(s) in your project:

    1. Ensure that all EDIF netlist files have the extension .edf and choose EDIF Netlist Reader Settings (Interfaces menu).

    2. Select a vendor name in the Vendor drop-down list box to activate the default settings for that vendor. This name should be the name of the vendor whose tool(s) you used to create the EDIF netlist files. If your vendor name does not appear, select Custom instead.

      Note: If you are compiling a design created with Synopsys FPGA Express software, select Synopsys, choose the Customize button, enter <project name>.lmf in the LMF #1 box, choose OK, and skip to step 6.

    3. If you selected an existing vendor name in the Vendor box and your project contains design files that require custom LMF mappings, choose the Customize button to expand the dialog box to show all settings. Turn on the LMF #2 checkbox and type your custom LMF's filename in the corresponding text box, or select a name from the Files box. The selection in the Vendor box will change to Custom and all settings will be retained until you change them again.

    4. If you selected Custom in the Vendor box, choose the Customize button to expand the dialog box to show all settings. Any previously defined custom settings will be displayed. Under Signal Names, type one or more names with up to 20 total name characters in the VCC or GND box if your EDIF Input File(s) use one or more names other than VCC or GND for the global high or low signals. Multiple signal names must be separated by either a comma (,) or a space. Under Library Mapping Files, turn on the LMF #1 checkbox and type a filename in the text box following it, or select a name from the Files box. If necessary, specify another LMF name in the LMF #2 box. Go to MAX+PLUS II Help for detailed information on the settings available in the EDIF Netlist Reader Settings dialog box.

    5. Choose OK.

  6. If your design files contain symbols (or HDL instantiations) representing your own custom lower-level logic functions, you may need to ensure that all files are present in your project directory, i.e., the same directory as the top-level design file. Otherwise, you must specify the directories containing these files as user libraries with the User Libraries command (Options menu).

  7. Follow all guidelines that apply to your design entry or synthesis and optimization tool:

    • Exemplar Logic Galileo Extreme-Specific Compiler Settings
    • Synopsys DesignWare-Specific Compiler Settings
    • Converting Synopsys FPGA Compiler & Design Compiler Timing Constraints into MAX+PLUS II-Compatible Format with the syn2acf Utility
    • Synplicity Synplify-Specific Compiler Settings

  8. If you wish to generate EDIF, VHDL, or Verilog HDL output files for post-compilation simulation or timing analysis with another EDA tool, go through the following steps:

    1. (Optional) Turn on the Optimize Timing SNF command (Processing menu) to reduce the size of the output file(s). Turning on this command can reduce the size of output netlists by up to 30%.

      Note: This command does not create optimized timing SNFs on UNIX workstations. However, a non-optimized timing SNF provides the same functional and timing information as an optimized timing SNF.

    2. If you wish to generate EDIF Output Files (.edo), go through these steps:

      1. Turn on the EDIF Netlist Writer command (Interfaces menu). Then choose the EDIF Netlist Writer Settings command (Interfaces menu).

      2. Select a vendor name in the Vendor drop-down list box to activate the default settings for that vendor and choose OK. If your vendor name does not appear, select Custom instead and specify the settings that are appropriate for your simulation or timing analysis tool. Go to MAX+PLUS II Help for detailed information on the options available in the EDIF Netlist Writer Settings dialog box.

      3. To generate an optional Standard Delay Format (SDF) Output File (.sdo), choose the Customize button to expand the dialog box to show all settings. Select one of the SDF Output File options under Write Delay Constructs To, and choose OK.

      The filenames of the EDIF Output File(s) and optional SDF Output File(s) are the same as the user-defined chip name(s) for the project; if no chip names exist, the Compiler assigns filenames that are based on the project name. For a multi-device project, the Compiler also generates a top-level EDIF Output File that is uniquely identified by "_t" appended to the project name. In addition, the Compiler automatically generates a VHDL Memory Model Output File, <project name>.vmo, when it generates an EDIF Output File that contains memory (RAM or ROM).

    3. If you wish to generate VHDL Output Files (.vho), turn on the VHDL Netlist Writer command (Interfaces menu). Then choose VHDL Netlist Writer Settings command (Interfaces menu). Select VHDL Output File (.vho) or one of the SDF Output File options under Write Delay Constructs To, and choose OK. SDF ver. 2.1 files contain timing delay information that allows you to perform back-annotation simulation in VHDL with VITAL-compliant simulation libraries. The VHDL Output Files generated by the Compiler have the extension .vho, but are otherwise named in the same way as the EDIF Output Files described above.

    4. If you wish to generate Verilog HDL Output Files (.vo), turn on the Verilog Netlist Writer command (Interfaces menu). Then choose Verilog Netlist Writer Settings command (Interfaces menu). Select Verilog Output File (.vo) or one of the SDF Output File options under Write Delay Constructs To, and choose OK. SDF Output Files contain timing delay information that allows you to perform back-annotation simulation in Verilog HDL. The Verilog Output Files generated by the Compiler have the extension .vo, but are otherwise named in the same way as the EDIF Output Files described above.

  9. To run the MAX+PLUS II Compiler, choose the Project Save & Compile command (File menu) or choose the Start button in the Compiler window.

    Note: See step 3 for information on running MAX+PLUS II software from the command line.

  10. Once you have compiled the project with the MAX+PLUS II Compiler, you can use the VHDL, Verilog HDL, or EDIF output file(s), and the optional SDF Output File(s) (.sdo) to perform timing analysis or timing simulation with another EDA tool. Specific instructions for some tools are described in these MAX+PLUS II ACCESS Key Guidelines. Otherwise, refer to MAX+PLUS II Help or the product documentation for your EDA tool.

The MAX+PLUS II Compiler also generates a Report File (.rpt), a Pin-Out File (.pin), and one or more of the following files for device programming or configuration:

  • JEDEC Files (.jed)
  • Programmer Object Files (.pof)
  • SRAM Object Files (.sof)
  • Hexadecimal (Intel-format) Files (.hex)
  • Tabular Text Files (.ttf)
Go to: Refer to the following sources for additional information:
  • Go to Compiler Procedures in MAX+PLUS II Help for information on other available Compiler settings.
  • Go to Programmer Procedures in MAX+PLUS II Help for instructions on creating other types of programming files and on programming or configuring Altera devices.
  • Go to Back-Annotating MAX+PLUS II Pin Assignments to Design Architect Symbols for information on back-annotating pin assignments in Mentor Graphics Design Architect schematics.
  • Go to Programming Altera Devices for information on the different programming hardware options for Altera device families.

 

Go to the following topics, which are available on the web, for additional information:

  • MAX+PLUS II Development Software
  • Altera Programming Hardware


Using the Max2 Express Drawer's SCH <-> max2 Utility

Once you have created a ViewDraw schematic, you can use the SCH <-> max2 utility in the Max2 Express drawer to generate an EDIF netlist file from the schematic; process the EDIF Input File (.edf) with the MAX+PLUS® II software to generate an EDIF Output File (.edo); and generate a .vsm file for simulation. The SCH <-> max2 utility creates all necessary subdirectories and copies all of the files to the correct locations.

To use the SCH <-> max2 utility, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Create a ViewDraw schematic that follows the guidelines described in Creating ViewDraw Schematics for Use with MAX+PLUS II Software.

  3. Start the SCH <-> max2 utility by double-clicking Button 1 on the SCH <-> max2 icon in the Max2 Express Drawer.

  4. Specify the Input Schematic, Family, Max2 Synthesis Style, and Choose project direction options in the SCH <-> max2 dialog box and choose OK to generate the <design name>.vsm file for simulation in ViewSim. The SCH <-> max2 utility generates the <design name>.vsm file in the sim subdirectory of the max2 directory.

  5. If necessary, correct any errors in the ViewDraw schematic and recompile the project.

  6. Simulate your project, as described in Performing a Timing Simulation with ViewSim Software.

Go to: Go to Performing Timing Verification for EDIF Output Files (.edo) with MOTIVE & MOTIVE for Powerview Software or Performing Timing Verification of Verilog Output Files (.vo) with MOTIVE Software in these MAX+PLUS II ACCESSSM Key topics for related information.


Using the Max2 Express Drawer's VHDL <-> max2 Utility

Once you have created a VHDL Design File (.vhd) for your project, you can use the VHDL <-> max2 utility in the Max2 Express drawer to synthesize and optimize the design; generate an EDIF netlist file; and process the EDIF netlist file with the MAX+PLUS II Compiler to generate an EDIF Output File (.edo) for simulation. The VHDL <-> max2 utility creates all necessary subdirectories and copies all files to the correct locations.

To use the VHDL <-> max2 utility, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Create a VHDL Design File that follows the guidelines described in Creating VHDL Designs for Use with MAX+PLUS II Software.

  3. Start the VHDL <-> max2 utility by double-clicking Button 1 on the VHDL <-> max2 icon in the Max2 Express Drawer.

  4. Specify the Input VHDL file, Viewlogic Optimize Style, Viewlogic Timing Constraint File, Altera Device Family, Max2 Synthesis Style, and the Process Direction options in the VHDL <-> max2 dialog box and choose OK. The VHDL <-> max2 utility generates the <design name>.vsm file for simulation with ViewSim in the sim subdirectory of the max2 directory.

  5. If necessary, correct any errors in the VHDL Design File and recompile the project.

  6. Simulate your project, as described in Performing a Timing Simulation with ViewSim Software.

Go to: Go to Performing Timing Verification for EDIF Output Files (.edo) with MOTIVE & MOTIVE for Powerview Software or Performing Timing Verification of Verilog Output Files (.vo) with MOTIVE Software in these MAX+PLUS II ACCESSSM Key topics for related information.


MAX+PLUS II/Viewlogic Powerview Simulation Flow

Figure 1 shows the project simulation flow for the MAX+PLUS® II/Viewlogic Powerview interface.

Figure 1. MAX+PLUS II/Viewlogic Powerview Project Simulation Flow

Altera-provided items are shown in blue.

Simulation Flow


Analyzing VHDL Files with the SpeedWave VHDL Analyzer Software

You can use the SpeedWave VHDL Analyzer software to analyze VHDL Design Files (.vhd) prior to functional (or gate-level) simulation with ViewSim software, or to synthesis and optimization with ViewSynthesis software. You can also use the SpeedWave VHDL Analyzer to analyze a MAX+PLUS® II-generated VHDL Output File (.vho) prior to post-compilation timing simulation with ViewSim software. The max2_VantgMgr and max2_VantgAnlz tools are located in the Altera® Toolbox Design Tools Drawer.

To analyze a VHDL file with the SpeedWave VHDL Analyzer, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. If you wish to analyze a VHDL Design File (.vhd), create a VHDL file <design name>.vhd using the MAX+PLUS II Text Editor or another standard text editor and save it in a working directory. Go to Creating VHDL Designs for Use with MAX+PLUS II Software for more information.

  3. If you wish to analyze a MAX+PLUS II-generated VHDL Output File (.vho), be sure to select VHDL 1987 for the VHDL Version option and VHDL Output File (.vho) for the Write Delay Constructs To option in the VHDL Netlist Writer Settings dialog box (Interfaces menu) when you set up the MAX+PLUS II Compiler to generate a VHDL Output File. See Compiling Projects with MAX+PLUS II Software for more information on generating VHDL Output Files.

  4. If your VHDL file contains functions from the alt_mf library, follow these steps:

    1. Start the Vantage Manager by double-clicking Button 1 on the max2_VantgMgr icon in the Design Tools Drawer.

    2. Use the Vantage VHDL Library Manager to create an alt_mf.lib library file with the symbolic name ALT_MF.

    3. Make alt_mf the working library with the Set Working command (Edit menu).

    4. Start the VHDL Analyzer by double-clicking Button 1 on the max2_VantgAnlz icon in the Design Tools Drawer.

    5. Analyze each VHDL file in the alt_mf/src directory into the alt_mf.lib working library. Source files are located in the /usr/maxplus2/vwlogic/library/alt_mf/src directory that is created by installing the Altera/Viewlogic interface.

  5. If it is not already running, start the Vantage VHDL Library Manager, as described in step 4b, to create a Vantage library.

  6. Choose the List system libs button.

  7. Add the ieee.lib and synopsys.lib system libraries to your project:

    1. Select the ieee.lib and synopsys.lib libraries from the Available Libraries window and choose Add lib. Choose the ieee library from the libs_syn directory, which is located at /<Powerview system directory>/ standard/van_vss/pgm/libs_syn. The ieee library contains Synopsys package files.

    2. If your project uses functions from the alt_mf library, also select the alt_mf.lib file from the Available Libraries window and choose Add lib.

    3. Choose Create Library (File menu, type the project directory name in the Symbolic Name field, and choose OK.

  8. Specify the project directory as the working directory by choosing Set Working (Edit menu).

  9. Choose Save INI File (File menu).

  10. Choose Dismiss Window (Powerview Red-Box menu).

  11. Specify the appropriate path and file name in the Analyzer VHDL Source File dialog box and choose OK to analyze the VHDL file.

  12. Once you have analyzed the file, perform one or more of the following tasks, as appropriate:

    • Performing a Functional Simulation with ViewSim Software
    • Synthesizing & Optimizing VHDL Designs with ViewSynthesis Software
    • Performing a Timing Simulation with ViewSim Software

NOTE: Refer to the following sources for related information:
 
  • The Viewlogic ViewSim/VHDL User's Guide and ViewSim/VHDL Tutorial for information on using the Vantage VHDL Analyzer software or Vantage VHDL Library Manager
  • Powerview Command-Line Syntax in these MAX+PLUS II ACCESSSM Key topics


Performing a Functional Simulation with ViewSim Software

You can use Viewlogic ViewSim software to perform a functional simulation of a ViewDraw schematic or a VHDL Design File (.vhd) before compiling your project with the MAX+PLUS II Compiler. Follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Create a ViewDraw schematic that follows the guidelines in Creating ViewDraw Schematics for Use with MAX+PLUS II Software. Then go to step 3.

    or:

    Create a VHDL Design File <design name>.vhd and analyze it, as described in the following MAX+PLUS II ACCESSSM Key topics:

    • Creating VHDL Designs for Use with MAX+PLUS II Software
    • Analyzing VHDL Files with the Vantage VHDL Analyzer Software

    Then go to step 7.

  3. With the schematic open in the ViewDraw editor, add CLR and PRE inputs to any flipflops in your design, or tie the CLR and PRE ports of the flipflops to VCC. (Use the PWR primitive from the builtin library.)

  4. Choose Write To (File menu) and save the schematic as <design name>_funct.

  5. Start the vsm utility by double-clicking Button 1 on the max2_vsmnet icon in the Altera® Toolbox Design Tools Drawer.

  6. Specify the following options in the vsm dialog box and choose OK to generate the <design name>_funct.vsm file:

    Option: Setting:
    Design Name <design name>_funct
    Level (blank)

  7. Create a simulation command file (.cmd) for simulation with ViewSim software. Alternatively, you can enter commands at the prompt in the ViewSim window. Refer to your Viewlogic documentation for more information on creating ViewSim command files.

  8. Start the ViewSim simulation tool by double-clicking Button 1 on the max2_VSim icon in the Design Tools Drawer.

  9. If you wish to simulate a ViewDraw schematic, specify the following options in the ViewSim dialog box, then go to step 11.

    Option: Setting:
    Design Name <design name>_funct
    Command File <design name>_funct.cmd
    VHDL Source Window OFF
    VHDL Debugging OFF

  10. If you wish to simulate a VHDL design, specify the following options in the ViewSim dialog box:

    Option: Setting:
    Design Name <design name>
    Command File <design name>.cmd
    Graphical Interface ON
    VHDL Source Window OFF or ON
    VHDL Debugging OFF or ON

  11. Choose OK to simulate the design. ViewSim software simulates the design and starts the ViewTrace waveform editor to allow you to observe the simulation results.

  12. Use the edifneto utility to generate an EDIF Netlist File (.edf) that can be imported into the MAX+PLUS II software, as described in Converting ViewDraw Schematics or VHDL Designs into MAX+PLUS II-Compatible EDIF Netlist Files with the edifneto Utility.

NOTE: Go to ViewSim documentation for complete details on simulating a project and using ViewTrace to observe waveform output results.


Initializing Registers in VHDL & Verilog Output Files for Power-Up before Simulation

Altera provides the add_dc script, which is availiable in the MAX+PLUS II system directory, to allow you to process MAX+PLUS II-generated Verilog Output Files (.vo) and VHDL Output Files (.vho) to prepare these files for simulation with another EDA tool. The add_dc script runs the add_dclr utility, which inserts a device_clear signal that is used for power-up initialization of all registers or flipflops in the design.

The script adds in a top-level signal named device_clear and connects it to the CLRN pin in all flipflops that should initialize to 0, and to the PRN pin of all flipflops that should initialize to 1. If the CLRN or PRN pin of a flipflop is already being used (i.e., is already connected to a signal), the script modifies the Verilog Output File or VHDL Output File so that the AND of the original signal and the device_clear pin feed the CLRN or PRN pin.

To use the add_dc script to process Verilog Output Files and VHDL Output Files before simulation with another EDA tool, follow these steps:

  1. Make sure that your design file is located in the current directory, or change to the directory in which the design file is located.

  2. Type the following command at the command prompt:

    \<path name of add_dc.bat file>\add_dc <design name> <path name of add_dclr.exe file> Enter

For example, if the both the add_dc.bat and the add_dclr.exe files are located in the d:\maxplus2\exew directory, and the d:\maxplus2\exew directory is specified in the search path, you can type the following command at a command prompt to add a device_clear signal to a design named myfifo in the file myfifo.vo:

add_dc myfifo d:\maxplus2\exew Enter

Note:
  1. The add_dc script gives a message if the directory contains both a VHDL Output File and a Verilog Output File with the same name (<design name>.vo and <design>.vho). You should delete or rename whichever of those files should not have the device_clear signal added. The add_dc script can modify only one design file at a time.

  2. When the add_dc script processes the Verilog Output File or VHDL Output File, it creates a backup copy of the original file, with the extension .ori.

  3. The add_dc script works only for Verilog Output Files and VHDL Output Files that are generated by MAX+PLUS II.

After you have used the add_dc script and are ready to simulate the resulting Verilog Output File or VHDL Output File with another EDA tool, you should assert the active low device_clear pin for a period of time that is long enough for the design to initialize. You can then de-assert the pin, and apply simulation vectors to the design.


Performing a Timing Simulation with ViewSim Software

After you have entered a design and compiled it with the MAX+PLUS® II Compiler, you can simulate a MAX+PLUS II-generated EDIF Output File (.edo) or VHDL Output File (.vho) with ViewSim software. ViewSim software can simulate both the functionality and the timing of your design. It also checks setup time, hold time, and Clock duty cycle timing requirements on registers.

To simulate a design with ViewSim software, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Compile the design with the MAX+PLUS II software and generate an EDIF Output File (.edo) or VHDL Output File (.vho), as described in Compiling Projects with MAX+PLUS II Software.

  3. In the Viewlogic Cockpit window, choose Create (Project menu) to open the Create Project dialog box. Type the name of your working directory and choose OK. You must create this new directory to avoid overwriting your original files when you generate new files for simulation.

  4. Choose SearchOrder (Project menu) and add the appropriate directories and aliases to your viewdraw.ini file if you have not already done so. Go to Viewlogic Powerview viewdraw.ini Configuration File for more information.

    NOTE: Refer to Viewlogic documentation for information on simulating projects that contain RAM functions. The procedure for reading an EDIF Output File and preparing it for simulation with ViewSim requires additional steps when the project contains RAM functions.

  5. If you used the SCH <-> max2 or VHDL <-> max2 utility in the Max2 Express drawer to process your project, skip to step 8.

  6. If you wish to simulate a VHDL Output File, follow the steps in Analyzing VHDL Files with the Vantage VHDL Analyzer then skip to step 7d.

  7. If you are using the Altera® Toolbox Design Tools Drawer, follow these steps:

    1. To generate a Powerview wirelist from the EDIF Output File, double-click Button 1 on the max2_edifi icon in the Design Tools Drawer. The Netlist In dialog box is displayed.

    2. In the Netlist In dialog box, specify ../<design name> for the EDIF Netlist File option, then choose OK to process the EDIF netlist file.

    3. If your project is implemented in multiple devices, repeat steps a and b for each EDIF Output File generated by the MAX+PLUS II Compiler, and ensure that the Altera-provided alt_edif.cfg file is specified for the Attribute Swap Configuration File option. In a multi-device project, the MAX+PLUS II Compiler generates a separate file for each device, plus a top-level file that is identified by "_t" appended to the project name. You must also follow the steps in Using ViewDraw & ViewGen Software to Prepare for Multi-Device Board-Level Simulation with ViewSim Software.

    4. Start the vsm utility by double-clicking Button 1 on the max2_vsmnet icon in the Design Tools Drawer.

    5. Specify your design name for the Design Name option in the vsm dialog box and choose OK to generate the <design name>.vsm file.

  8. Create a simulation command file (.cmd) for simulation with ViewSim software. Alternatively, you can enter commands at the prompt in the ViewSim window. Refer to your Viewlogic documentation for more information on creating ViewSim command files.

    NOTE: The Altera simulation model library, max2_sim, allows you to use the alt_grst signal to asynchronously clear all flipflops (DFFE primitives).

  9. Start the ViewSim simulation tool by double-clicking Button 1 on the max2_VSim icon in the Design Tools Drawer or the Max2 Express Drawer.

  10. Specify the following options in the ViewSim dialog box and choose OK to simulate the design:

    Option: Setting:
       
    Design Name <design name>
    Command File <design name>.cmd
    VHDL Source Window OFF
    VHDL Debugging OFF

    ViewSim software simulates the design and starts the ViewTrace waveform editor to allow you to observe the simulation results.

NOTE: Refer to the following sources for related information:
 
  • ViewSim documentation for complete details on simulating a project and using ViewTrace to observe waveform output results
  • Using ViewDraw & ViewGen Software to Prepare for Multi-Device Board-Level Simulation with ViewSim Software


Using ViewDraw & ViewGen Software to Prepare for Multi-Device Board-Level Simulation with ViewSim Software

In order to perform board-level simulation with ViewSim software, you must generate symbols that represent each MAX+PLUS® II-generated EDIF Output File (.edo) and incorporate them into a top-level ViewDraw schematic. You can use ViewGen to generate hollow-body symbols to represent each EDIF Output File, and connect them to other system components in the top-level schematic. You must also edit the wirelist files (.wir) created by the edifneti utility.

To prepare for multi-device board-level simulation with ViewSim software, follow these steps:

  1. Perform steps 1 through 6c in Performing a Timing Simulation with ViewSim Software.

  2. Start ViewGen by double-clicking Button 1 on the max2_VGen icon in the Design Tools Drawer.

  3. Specify the filename of one of the EDIF Output Files <filename>.edf in the Name box in the ViewGen dialog box and choose OK to generate a corresponding <filename> symbol.

  4. Repeat step 3 to generate other symbols as needed. You do not need to generate a symbol for the <filename>_t.edf file.

  5. Eliminate the two extra pins for VDD and GND connections from the top-level wirelist file ./wir/<design name>_t.1:

    1. Open the ./wir/<design name>_t.1 wirelist file with a standard text editor and delete the following lines:

      P IN GND
      I GND IN GND
      P IN VDD
      I VDD IN VDD

    2. Add the following two lines to the file to ensure global ground and power connections for simulation:

      G VDD ENTER
      G GND ENTER

    3. Save the top-level wirelist file with your changes.

  6. Continue with the steps necessary to perform timing simulation, as described in Performing a Timing Simulation with ViewSim Software.


Performing a Timing Simulation with Fusion/VCS for Powerview Software

After you have compiled a project with the MAX+PLUS® II software to generate a VHDL Output File (.vho) and a Standard Delay Format (SDF) Output File (.sdo), you can perform a timing simulation with Fusion/VCS software.

To simulate a project with Fusion/VCS software, follow these steps:

  1. Be sure to set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Generate a VHDL Output File (.vdo) and an SDF ver 2.1 or 1.0 Output File (.sdo) for your project, as described in Compiling Projects with MAX+PLUS II Software.

  3. Create a new sim directory under your max2 directory to contain your Fusion/VCS simulation-related files.

  4. To use the SDF Output File with the Fusion/VCS software, create a PLI table file (.tab) in the <project name>/max2/sim directory that contains the following line:

    $sdf_annotate call=sdf_annotate_call acc=tchk, mp:<project name> ENTER

  5. Open the Fusion/VCS dialog box by choosing the max2_VCS button from the Altera® Design Tools Drawer in the Powerview Cockpit.

    1. Type <project name>/max2/<project name>.vo in the Verilog Design and Object Files box.

    2. Type <project name>.tab in the PLI Table File box.

    3. Type <project name>/max2/alt_max2.vo in the Verilog Library File 1 box.

    4. (Optional) To use a command file or to set stimuli during simulation, select the Debug option in the VCS box and type the name of the command file in the Simulation Command-file box.

      NOTE: When using a command file or setting stimuli, include the signal scope as part of the signal name. For example, to manipulate clk, a top-level signal in the fadd project, name the signal as fadd.clk.

    5. Choose OK.

Go to: Go to Performing a Timing Simulation with ViewSim Software in these MAX+PLUS II ACCESSSM Key topics for related information:


MAX+PLUS II/Viewlogic Powerview Timing Verification Flow

Figure 1 shows the timing verification flow for the MAX+PLUS® II/Viewlogic Powerview interface.

Figure 1. MAX+PLUS II/Viewlogic Powerview Project Timing Verification Flow


Performing Timing Verification of EDIF Output Files (.edo) with MOTIVE & MOTIVE for Powerview Software

After you have compiled a project and generated an EDIF Output File (.edo) with the MAX+PLUS® II software, you can use Viewlogic MOTIVE or MOTIVE for Powerview software to perform timing verification. The max2_MOTIVE tool is located in both the Altera® Toolbox Design Tools Drawer and the Altera Toolbox Max2 Express Drawer. The MOTIVE timing model library, motive.lib, provides models of basic primitives and the clklock megafunction for timing verification.

To perform timing verification for EDIF Output Files with MOTIVE or MOTIVE for Powerview software, follow these steps:

  1. Set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Generate an EDIF Output File (.edo) by compiling your design with the MAX+PLUS II software, as described in Compiling Projects with MAX+PLUS II Software.

  3. Start the MOTIVE for Powerview software by double-clicking Button 1 on the max2_MOTIVE icon in the Altera Toolbox Design Tools Drawer. The MOTIVE for Powerview Control Panel opens.

  4. Choose Setup Environment (File menu) to open the Environment Parameters dialog box, and specify the following options:

    1. Specify the directory for the Project Directory option.

    2. Specify /usr/maxplus2/vwlogic/library/alt_time/motive.lib for the Model Library Search Path option.

    3. Select EDIF for the Netlist Input Format option.

    4. Choose Accept. The MOTIVE for Powerview software automatically creates a tim subdirectory, which contains MOTIVE design cases and related files, in the current working directory.

  5. Choose Save Parameters (File menu) to save your customized project setup.

  6. To specify the project name, choose the New Design button to open the Adding a New Design dialog box. Type the design name in the New Design box. Choose Accept, then Dismiss.

  7. To specify the case name, choose the New Case button to open the Adding a New Case dialog box. Type the case name in the New Case box. Select Default as the New Case Type. Choose Accept, then Dismiss.

  8. Choose Browse Cases (File menu) to open the Case Display dialog box. In the Case Display dialog box, double-click Button 1 on the field that contains the case for the project. Double-clicking on the field opens a file manager listing all the project files located under that case. Choose Dismiss in the Case Display dialog box.

    1. Choose the Get File button from the file manager to display the Get File box at the bottom of the window. This box allows you to specify which file(s) you would like to add to the list of files for the current case.

    2. Type /<working directory>/<project name>.edo in the Get File box and choose Copy. The new file appears in the list of design files.

    3. Type /<working directory>/<project name>.sdo in the Get File box and choose Copy.

    4. Type /<working directory>/<project name>.ref in the Get File box and choose Copy.

    5. If your project contains memory functions, such as ram, rom, dpram, scfifo, dcfifo, altdpram, or clklock, type <project name>.vmo in the Get File box and choose Copy to add the MAX+PLUS II-generated VHDL Memory Model Output File (.vmo) to the list of files for the case. The MAX+PLUS II Compiler automatically generates this file for a project that contains memory functions.

      NOTE: Every MOTIVE analysis requires a MOTIVE Clock Reference File (.ref). If the project is simple, you can create the file in the Setup Advisor. Otherwise, you must create the file in a text editor using MOTIVE syntax. For more information on the purpose, function, and syntax of MOTIVE Clock Reference Files, see the MOTIVE System Reference.

    6. Choose Dismiss.

  9. Choose the Netlister button in the MOTIVE for Powerview Control Panel to open the EDIF Netlist Parameters dialog box. To create a FutureNet Format Netlist File (.pin) with the EEDIF Netlister for your design, follow these steps:

    1. Choose the Select Design button to open the Select Design dialog box.

    2. Double-click Button 1 on the project name to open the Select Case dialog box.

    3. Double-click Button 1 on the case name in the Select Case dialog box to open the Select File dialog box.

    4. Double-click Button 1 on the EDIF Output File, <project name>.edo, in the Select File dialog box.

    5. Select Keep for all Case Sensitivity options in the EDIF Netlist Parameters dialog box.

    6. Choose Accept, then Dismiss to close the EDIF Netlist Parameters dialog box.

  10. Choose the SDF2MTV button in the Control Panel to open the SDF2MTV (MOTIVE SDF Reader) Parameters dialog box and specify the following options:

    1. Choose the Select button next to the SDF Filename box to open the Select File dialog box.

    2. Double-click Button 1 on the project's Standard Delay Format (SDF) Output File, <project name>.sdo, in the Select File dialog box. The SDF2MTV utility creates a MOTIVE Model Pre-Processor (MMP) Control File (.ctl) that allows you to annotate the parameterized library, and an Interconnect Delay Data File (.idd).

    3. Choose Accept, then Dismiss to close the Select File dialog box.

  11. If your project contains ram, rom, dpram, scfifo, dcfifo, altdpram, or clklock megafunctions, use the genmtv utility to back-annotate the MMP Control File and to allow the MMP Control File to recognize the function. The input to the genmtv utility is the VHDL Memory Model Output File (.vmo) described above. From the /<working directory>/<project name>/<case name> directory, type the following command at the UNIX prompt:

    genmtv <project name> ENTER

  12. If your project contains RAM or ROM functions and you turned on the Flatten Bus option in the MAX+PLUS II Compiler's EDIF Netlist Writer Settings dialog box when you compiled your project, you must edit the mem.lib file, i.e., the MOTIVE Model Pre-Processor timing library file created with the genmtv utility. You must remove bracket [ ] characters from all occurrences of the address bus, e.g., change A[0] to A0, in both the INPUTS and MIXED sections of every RAM and ROM cell definition in mem.lib.

  13. Choose the MMP button from the Control Panel to open the MOTIVE Model Pre-processor (MMP) Parameters dialog box and specify the following options:

    1. Choose the Select button next to the MMP Ctl File box to open the Select File dialog box.

    2. Double-click Button 1 on the project's MMP Control File, <project name>.ctl, in the Select File dialog box.

    3. In the MOTIVE Model Pre-processor (MMP) Parameters dialog box, choose the Setup Model Libraries button to display boxes on the right side of the dialog box that allow you to list additional source model libraries. In one of these boxes, type the following path and filename:

      /usr/maxplus2/vwlogic/library/alt_time/motive.drv ENTER

    4. If your project contains RAM or ROM functions, repeat step 13c but specify the pathname of the mem.lib file created in step 12. For example:

      /usr/maxplus2/<working directory>/..../<case name>/mem.lib ENTER

    5. In the MOTIVE Model Pre-processor (MMP) Parameters dialog box, choose Accept, then Dismiss. The MMP utility creates a design-specific Timing Model Library File (.mod).

  14. Choose the Analyze button from the Control Panel to expand the Control Panel.

  15. Double-click Button 1 on the project name in the Select Design box in the Control Panel to open the Select Case box.

  16. Select the specific case of the project in the Select Case box and double-click Button 1 on the case name to open MOTIVE software and its Setup Advisor. The Setup Advisor helps guide you through the following steps to set up and configure a case analysis:

    1. In the Setup Advisor window, choose the Continue button to open the Project Name Selection dialog box, which displays the project name.

    2. Choose the Begin analysis button to open the Checking for existing project dialog box.

    3. Choose Continue to open the Design Specific Flow(s) dialog box and set up the project through the Setup Advisor. The Design Name option lists the project filename.

    4. Choose Continue to open the Flow and Translation Selection dialog box.

    5. Select the Manual Translation Flow option to specify input files and the steps to perform in the timing verification flow for MOTIVE software. Choose Continue to open the Manual Flow Selection dialog box and specify the following options:

      Option: Setting:
         
      Netlist/Pinlist FutureNet (.pin)
      Parametric OVI Verilog (.sdf)

      In the Other box, select Use available MOTIVE files to use the input files you created in previous steps. Choose Continue to open the FutureNet Pinlist Preparation dialog box.

    6. Type the project name in the Root Block box. Choose Continue to open the OVI Standard Parametric Back-annotation dialog box.

    7. Type <project name>.sdo in the OVI (SDF) back-annotation file box. Choose Continue to open the MOTIVE Model Compilation dialog box.

    8. Replace the entry in the Control file(s) box with <project name>.ctl. Type the following two filenames, which must be separated by a space, in the Libraries(s) box:

      /usr/maxplus2/vwlogic/library/alt_time/motive.lib /usr/maxplus2/vwlogic/library/alt_time/motive.drv

    9. If your project contains RAM or ROM functions, add the mem.lib file to the directories specified in step 16h.

    10. Choose Continue to open the Quick Definition of Existing MOTIVE Files dialog box. The <project name>.ref filename appears in the Clock Reference File (.ref) box.

    11. Replace the entry in the Design's (pre-compiled) Model File (.mod) box with <project name>.mod. Choose Continue to open the Congratulations dialog box.

    12. Choose Continue to open the Cleaning up dialog box after completing the Setup Advisor interview. Select Save under Project name to save your setup, and choose Continue to close the Setup Advisor window.

  17. In the MOTIVE window, choose Verify (Analyze menu) and then choose Execute to start verification. To view the output files, choose Output Files (View menu).


Performing Timing Verification of Verilog Output Files (.vo) with MOTIVE Software

After you have compiled a project and generated a Verilog Output File (.vo) with the MAX+PLUS II Software, you can use Viewlogic MOTIVE to perform timing verification. The MOTIVE timing model library, motive.lib, provides basic primitives and the clklock megafunction for timing verification.

To perform timing verification for Verilog Output Files with MOTIVE software, follow these steps:
  1. Set up your working environment correctly, as described in Setting Up the MAX+PLUS II/Viewlogic Powerview Working Environment.

  2. Generate a Verilog Output File by compiling your design with the MAX+PLUS II software, as described in Compiling Projects with MAX+PLUS II Software.

  3. Start the MOTIVE software by typing motive at the UNIX prompt. The MOTIVE Session Log and Setup Advisor windows are displayed. Choose OK.

  4. Choose Project on the vertical menubar in the Setup Advisor, then choose the Name (Select project name) tab and specify the name of the project for Project name. The directory in which you started MOTIVE will be selected automatically for Current directory. Choose Accept. MOTIVE then searches for the <project name>.stm file. If this is a new file, a message will appear in the Session Log window that mentions that MOTIVE found a license and the message could not open the <project name>.stm file -- assuming a new design.

  5. Choose Flow from the vertical menubar, then choose the Type (Select flow type) tab. Select the Using Verilog and SDF option and choose Accept.

  6. Choose Options from the vertical menubar, then choose the Options (Miscellaneous usage options) tab. If desired, specify a different value for the MOTIVE analysis cycle time option. Choose Accept.

  7. Choose Verilog on the vertical menubar and specify the following Verilog HDL input options:

    1. Choose the Translate (Translate Verilog netlist file) tab. Specify the name of the MAX+PLUS II-generated Verilog Output File (.vo) for the Verilog netlist option. Choose the Common Options button to display the Common Options dialog box. Select the Special Options option and turn on the Skip Behavioral Constructs option. Type either pinlist or a period (.) for the Generated pin files option. Choose OK to close the Common Options dialog box and return to the Translate tab.

    2. Specify the location of the MAX+PLUS II-generated alt_max2.vo file for the Vendor module definition option. Choose the Translate button. The Process Execution Log & Tips dialog box displays the current status of the translation to .pin files. Choose OK after successful translation.

    3. Choose the Import (Confirm Adding hierarchical blocks) tab. Choose the Import Blocks button. The MOTIVE Interaction Log & Tips dialog displays the current import status. Choose OK after a successful completion.

    4. Select the Hierarchy (Configure hierarchy options) tab. Type the name of the rootblock for the Rootblock of design option, or choose the Find Rootblock button to display the rootblock name. Choose Accept.

  8. Choose the Check (Review and/or build the netlist database) tab. Choose the Incremental Build button. The MOTIVE Interaction Log & Tips dialog displays the current build status. Choose OK after a successful completion.

  9. Select SDF on the vertical menubar, then select the Translate (SDF model preparation) tab. Type <project name>.sdo for the SDF file option, making sure that you specify the .sdo extension. Type <project name>.ctl for the MPP control file name, and <project name>.idd for the IDD file name.

  10. Choose the Process SDF File button.

  11. If your project contains the clklock megafunction, use the genmtv utility to back-annotate the MPP Control File and to allow the MPP Control File to recognize the clklock function. The input to the genmtv utility is the Verilog netlist file (.vo). From the /<working directory>/<project name>/<case name> directory, type the following command at the UNIX prompt:

    genmtv -v <project name>

  12. If your project contains RAM or ROM functions and you turned on the Flatten Bus option the MAX+PLUS II Compiler's Verilog Netlist Writer Settings dialog box when you compiled your project, you must edit the mem.lib file, i.e., the MOTIVE Model Pre-Processor timing library file generated with the genmtv utility. You must remove the bracket [ ] characters from all occurrences of the address bus, e.g., change A[0] to A0, in both the INPUTS and MIXED sections of every RAM and ROM cell definition in mem.lib.

  13. Select the MPP (MOTIVE model compilation) tab. Type <project name>.ctl for the Control file option. Type /usr/maxplus2/Viewlogic/library/alt_time/motive.lib /usr/maxplus2/Viewlogic/library/alt_time/motive.drv for the Libraries option. If the project contains memory functions, you should also specify the location of the mem.lib file for the Libraries option. Type <project name>.mod for the Generated model file option and <project name>.rcf for the Revised control file option. Choose the RUN MMP button. The MOTIVE Execution Log & Tips dialog displays and shows the current status. Choose OK after a successful completion.

  14. Select Save from the File menu in the Setup Advisor to write all the selections made so far to the <project name>.stm file.

  15. Select Clock on the vertical menubar, then choose the File (Check reference file and timebase options) tab. The correct name of the Clock Reference File (.ref) should be displayed for the Clock reference file option. Choose Accept.

    Every MOTIVE analysis requires a MOTIVE Clock Reference File. If the project is simple, you can create the file in the Setup Advisor. Otherwise, you must create the file with a text editor using MOTIVE syntax. For more information on the purpose, function, and syntax of MOTIVE Clock Reference Files, see the MOTIVE System Reference.

  16. Choose the Edit (Simple clock reference generation) tab. Specify the names for the Clock reference and Clock net name options. Choose Generate.

  17. Choose the Check (Choose incremental definitions) tab, then choose the Load Clock button.

  18. Choose Finish from the vertical menubar, then choose the Build button. The MOTIVE Interaction Log & Tips dialog displays the current status. Choose OK after a successful completion.

  19. Select Save from the File menu in the Setup Advisor.

  20. In the MOTIVE Session Log window, choose Verify (Analyze menu) and then choose the Execute button to start verification. To view the output files, choose Output Files (View menu).

Alternatively, you can run MOTIVE analysis on the command line by following these steps:

  1. Type the following commands at the UNIX prompt:

    vtran <project name>.vo -b -h -u alt_max2.vo (generates .pin files)

    sdf2mtv <project name>.sdfo (generates .ctl files)

  2. If your project contains ram, rom, dpram, or clklock functions, you should also type the following commands at the UNIX prompt:

    genmtv -v <project name>

    mmp <project name>.ctl -l /usr/maxplus2/Viewlogic/library/alt_time/motive.lib -l /usr/maxplus2/Viewlogic/library/alt_time/motive/drv -l mem.lib

  3. Type the following command at the UNIX prompt:

    amtv <project name>


Programming Altera Devices

Once you have successfully compiled and simulated a project with the MAX+PLUS® II software, you can program an Altera® device and test it in the target circuit. Figure 1 shows the device programming flow for MAX+PLUS II software.

Figure 1. MAX+PLUS II Device Programming Flow

Altera-provided items are shown in blue.

Figure 1

You can program devices with Altera programming hardware and MAX+PLUS II Programmer software installed on a 486- or Pentium-based PC or a UNIX workstation, or with programming hardware and software available from other manufacturers. Table 1 shows the available Altera programming hardware options on PCs and UNIX workstations.

Table 1. Altera Programming Hardware
Programming
Hardware
Option
PCs
UNIX
Work-
stations
ACEX® 1K
Devices
MAX® 3000A
Devices
Classic®
&
MAX 5000
Devices
MAX 7000
&
MAX 7000E
Devices

MAX 7000A,
MAX 7000AE,
MAX 7000B,
MAX 7000S
MAX 9000
&
MAX 9000A
Devices

FLEX® 6000,
FLEX 6000A,
FLEX 8000,
FLEX 10K,
FLEX 10KA,
FLEX 10KB,
&
FLEX 10KE Devices
In-System
Programming/
Configuration
Logic Programmer
card, PL-MPU
Master
Programming
Unit, and
device-specific
adapters
Step:
   
Step:
Step:
Step:
Step:
   
BitBlaster
Download Cable
Step:
Step:
Step:
Step:
   
Step:
Step:
Step:
ByteBlasterMV
Download Cable
Step:
 
Step:
Step:
   
Step:
Step:
Step:
MasterBlaster Download Cable
Step:
Step:
Step:
Step:
   
Step:
Step:
Step:

If you wish to transfer programming files from a UNIX workstation to a PC over a network with File Transfer Protocol (FTP) or other similar transfer programs, be sure to select binary transfer mode.

Programming hardware from other manufacturers varies, but typically consists of a device connected to one of the serial ports on the workstation. Various vendors, such as Data I/O and BP Microsystems, supply hardware and software for programming Altera devices.

Go to: Go to Compiling Projects with MAX+PLUS II Software for information on creating programming files.

 

Go to the following topics, which are available on the web, for additional information:

  • MAX+PLUS II Development Software
  • Altera Programming Hardware
  • FLEX Devices
  • MAX Devices
  • Classic Device Family


Powerview Command-Line Syntax

Table 1 shows the command-line syntax for using Powerview functions.

Table 1. Powerview Command-Line Syntax

Action Command
Start VHDL Analyzer software vhdl -v <project name>
Start ViewSynthesis software vhdldes
Load Altera® technology library vhdldes> technology altera
Compile a VHDL design vhdldes> vhdl <project name>
Synthesize a design vhdldes> synthesize
Generate wirelist file vhdldes> wir
Create a schematic representation vhdldes> viewgen
Generate a synthesis report file vhdldes> report
Start the graphical user interface for ViewSynthesis vhdldes> vdesgui
Start the VHDL-to-symbol utility vhdl2sym <project name>
Start vsm vsm <project name>
Start ViewSim simulator viewsim <project name> -<project name>.cmd
Start edifneto edifneto -f <project name>-l (std or altera) <project name>.edf
Start Vantage VHDL Analyzer software analyze -src <design file>
Start MOTIVE for Powerview software mfp
Last Updated: August 28, 2000 for MAX+PLUS II version 10.0
border line
| Home | List by Vendor | List by Tool | List by Function | Viewlogic Topics |
Documentation Conventions

Copyright © 1995-2000 Altera Corporation, 101 Innovation Drive, San Jose, California 95134, USA. All rights reserved. By accessing any information on this CD-ROM, you agree to be bound by the terms of Altera's Legal Notice.