The bin directory contains the manifest files for running Verilog simulations. There are two manifest files for each of NC-Verilog, VCS, and ModelSim.
| Name | Description |
|---|---|
| loopback_simple_ncv.f | NC-Verilog commands file. This is called by the run_sim_ncv.sh script. |
| liblist_ncv.f | This file calls AMD Library files for the NC-Verilog simulator. If needed, the liblist file should be changed to match the location of the AMD library files. |
| loopback_simple_vcs.f | VCS commands file. This is called by the run_sim_vcs.sh script. |
| liblist_vcs.f | This file calls AMD Library files for the VCS simulator. If needed, the liblist file should be changed to match the location of the AMD library files. |
| loopback_simple_msim.f | ModelSim commands file. This is called by the run_sim_msim.sh script. |
| liblist_msim.f | This file calls AMD Library files for the ModelSim simulator. If needed, the liblist file should be changed to match the location of the AMD library files. |
| loopback_simple.tcl |