set_simulation_top
Define the testbench module as the top-level design for simulation. This sets the simulation top to ensure the correct testbench is used.
Instructions
Set the top module for simulation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_module | Yes | Name of the testbench module | |
| fileset | No | Simulation fileset (default: sim_1) |