Simulation, UniSim, SimPrim - How do I use the "glbl.v" module in a Verilog simulation? Description How do I use the "glbl.v" module in a Verilog simulation? Solution The "glbl.v" module connects the Global Set/Reset and Glob…
创建本地库 vlib ./work You must use vlib rather than operating system commands to creat a library directory or index file. 映射逻辑库到物理目录 vmap work ./work 编译源代码(缺省编译到 work 本地库) vlog ./../design/*.v vlog ./tb_div_odd.v 可以使用 "- work" 指定编译到哪个库中 启动仿真器 vsim -…