ModelSim bin 工具直通 (受护栏)
fpga_msim_exeFor ModelSim bin utilities, execute library, coverage, waveform, and tool executables, capture and return their output. Use -help to probe usage.
Instructions
在 ModelSim bin 目录跑库/覆盖率/波形/工具类 exe(vlib/vmap/vdir/vcover/wlf2vcd/vcd2wlf/vgencomp/vmake/vopt/sccom)并回提取后的输出。任意 bin exe 都可用 -help/-version 探测。编译/仿真(vlog/vcom/vsim)有专用工具(fpga_msim_compile/sim/do),不在此列。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | 工作目录绝对路径,默认 bin 目录(本机) | |
| exe | Yes | bin 下的 exe 名(可省略 .exe),如 vcover / wlf2vcd / vdir | |
| args | No | 命令行参数;用 ['-help'] 探测用法 | |
| host | No | 远程执行设备 id(hosts.<id>.modelsim.home;省略=本机)。远程时在该设备 bin 目录跑该 exe。 | |
| detail | No | 返回粒度,默认 summary | |
| timeoutSec | No | 超时秒数,默认 120 |