aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/tools/scripts/launch_modelsim.sh
Commit message (Collapse)AuthorAgeFilesLines
* fpga: tools: Detect assertions in ModelSim simulationWade Fife2021-06-171-2/+22
| | | | | | | This change allows assertion errors/failures in ModelSim to be detected and causes ModelSim to return a non-zero value when such an assertion error occurs. This allows the return value of ModelSim to be used to determine whether or not the testbench passed.
* fpga: tools: Add modelsim.ini to ModelSim callsWade Fife2021-06-171-2/+9
| | | | | | | | | | | This adds the MSIM_VIV_COMPLIBDIR environment variable to specify a non-default location for the compilation libraries. This also allows a modelsim.ini other than the one in the ModelSim installation folder to be used. By default, the one in the simulation libraries compilation directory will be used. This can be changed by setting MSIM_MODELSIM_INI to the one you want to use, or set it to an empty string to use the one in the ModelSim installation folder.
* fpga: tools: Fix ModelSim return statusWade Fife2020-06-181-2/+6
|
* fpga: tools: Improve native ModelSim supportWade Fife2020-05-261-0/+69
This adds support for colored output and support for directories added to the list of source files (for HLS support).