|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
Anyone knows what is the command line for VCS and/or NC-SIM that does the same thing as the following one in Modelsim?
vsim -c -do "run 1000;quit" work.top
basically, I just want my testbench to run for only 1000 time units, and I want to run it in script mode of VCS and NC-SIM. (not in GUI)
Any suggestion helps. Thanks. |
|