Key Testbench and Simulation Files for CPRI Multirate Designs |
<design_example_dir>/example_testbench/basic_avl_tb_top.sv |
Top-level testbench file. The testbench instantiates the DUT wrapper and runs Verilog HDL tasks to generate and accept packets. |
<design_example_dir>/example_testbench/cpriphy_dr_ed_dut_wrapper.sv |
DUT wrapper that instantiates DUT and other testbench components. |
<design_example_dir>/example_testbench/ cpriphy_dr_ed_hw.sv |
Top hardware design file. This file instantiates the F-Tile Dynamic Reconfiguration Suite Intel FPGA IP, F-Tile Reference and System PLL Clocks Intel FPGA IP, and DUT wrapper. |
Key Testbench and Simulation Files for Ethernet Multirate Designs |
<design_example_dir>/example_testbench/basic_avl_tb_top.sv |
Top-level testbench file. The testbench instantiates the DUT wrapper and runs Verilog HDL tasks to generate and accept packets. |
<design_example_dir>/example_testbench/ eth_f_hw.sv |
DUT wrapper that instantiates DUT and other testbench components. |
Testbench Scripts |
<design_example_dir>/example_testbench/run_vsim.do |
The ModelSim* SE, Questa* , or Questa*-Intel® FPGA Edition script to run the testbench. |
<design_example_dir>/example_testbench/run_vcs.sh |
The VCS* script to run the testbench. |
<design_example_dir>/example_testbench/ run_xcelium.sh |
The Xcelium* script to run the testbench. |