To verify that pre-existing libraries are not attached in the
Active-HDL software:
On the View menu, click
Library Manager. The
Library Manager window appears.
Browse to <Active-HDL installation
directory>/vlib/altera_mf.
If simulation libraries are present for your version of the
Quartus® Prime Standard Editionsoftware, you can skip to step 5. Otherwise
you can download the appropriate version library files from the
Aldec website or create them manually with steps 2 through 4.
To create a workspace and compile simulation libraries in the
Active-HDL software:
On the File menu, point
to New and click
Design. The New Design Wizard appears.
Select Create an Empty
Design and keep the Create
New Workspace option selected.
Click Next. The
Property page appears. In
the Property page, click
Next.
Type the name in the Design
name and Library
name fields, for example, altera_mf_ver
or lpm_ver. Select
the location of your design in the Design folder field, and click
Next. Altera recommends
that you use same name for the design and the library.
Click Finish to complete
the wizard.
On the Design menu, click Add
files to Design.
Browse to <Quartus® Prime Standard Edition installation
directory>/eda/sim_lib and add the necessary
simulation model files. For example, compile the altera_mf_.v model files into the
altera_mf_ver library, and
compile the 220model.v
model files into the lpm_ver library.
On the Design menu, click Compile All to compile all the files
and add them to the design library, for example, altera_mf.v.
On the File menu, click Close
Workspace.
You must map the created library in the Active-HDL software. To
register simulation libraries:
On the View menu, click Library
Manager. The Library Manager window appears.
On the Library menu, click Attach Library.
Locate the .lib file,
for example, altera_mf_ver.lib, from the design
directory that you created in the previous steps and click
Open.
To create a workspace in the Active-HDL software and compile
your testbench and design files into the work library:
On the File menu, point to New and click Design. The New Design Wizard appears.
Select Create an Empty
Design and keep the Create
New Workspace option selected.
Click Next. The
Property page appears. In
the Property page, click
Next to proceed to the
Design name and
Library name fields.
Type work for the
design name and select the location of your design. Altera
recommends that you use same name for your the design and the
library.
Click Finish to complete
the wizard.
On the Design menu, click Add
files to Design.
Browse to the RTL design directory and add the testbench and RTL
design files.
Your design may require simulation libraries that you created
previously to compile successfully. For example, the altera_mf_ver library is required for
compiling designs that use Altera Megafunctions. If your design
requires these simulation libraries, perform the following
steps:
On the Design menu, click Settings. The Design Settings dialog box appears.
Expand the Compilation
category and click Verilog.
To add the Verilog
Library settings, click the Add library icon and click OK to insert the required Verilog
simulation libraries.
Note:
These simulation libraries are the simulation libraries that you compiled or installed previously (for example, altera_mf_ver and
lpm_ver, altera_ver).
Browse to the testbench directory and add the testbench file.
On the Design menu, click Compile All to compile the testbench and RTL design files.
Important: Resolve compile-time errors before proceeding to the following steps.
To add your testbench files in the Active-HDL software, in the
Design Browser, click the
Top-level Selection list.
Select the top-level module, which is your testbench.
To add the required simulation library in the Active-HDL
software, on the Design menu, click Settings. The Design Settings dialog box appears.
Expand the Simulation
category and click Verilog.
In the Verilog Libraries window, click the Add library icon and click OK to insert the required Verilog
simulation libraries, for example, altera_mf_ver, lpm_ver and altera_ver.
In the Design Settings
dialog box, expand the Simulation category and click
Access to Design Objects.
Turn on Read (+r) to view
waveforms in the Waveform window.
To initialize simulation in the Active-HDL software, on the
Simulation menu, click Initialize
Simulation. This loads the simulation. The Design Browser automatically switches
to the Structure tab and
displays the design tree.
To perform the simulation in the Active-HDL software:
On the File menu, point to New and click Waveform.
Drag signals of interest from the Structure tab of the Design Browser to the Waveform
window.
On the Simulation menu, click Run Until.
In the pop-up window, specify how long you want your simulation
to run, for example, 500 ns.