2013年5月22日

tiny mistake made confusing issues

摘要: 1. vsim -c do run.dothis output is : # vsim -c do run.do # ** Error: (vsim-19) Failed to access library 'run' at "run".# No such file or directory. (errno = ENOENT)# Error loading designnote the correct command syntax is vsim -c -do run.do, DO NOT neglect the - 阅读全文

posted @ 2013-05-22 09:52 testset 阅读(145) 评论(0) 推荐(0)

导航