Arria V Avalon-ST Interface for PCIe Solutions User Guide

ID 683733
Date 6/03/2020
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

15.7.1. Changing Between Serial and PIPE Simulation

By default, the Intel testbench runs a serial simulation. You can change between serial and PIPE simulation by editing the top-level testbench file.

For Endpoint designs, the top-level testbench file is <working_dir>/<instantiation_name>/testbench/<instantiation_name>_tb/simulation/<instantiation_name>_tb.v

The serial_sim_hwtcl and enable_pipe32_sim_hwtcl parameters control serial mode or PIPE simulation mode. To change to PIPE mode, change enable_pipe32_sim_hwtcl to 1'b1 and serial_sim_hwtcl to 1'b0.

Table 84.  Controlling Serial and PIPE Simulations
Data Rates Parameter Settings
serial_sim_hwtcl enable_pipe32_sim_hwtcl
Serial simulation 1 0
PIPE simulation 0 1