摘要: Write shell script: 1) Editor like vi or mcedi 2) Set execute permission for your script chmod permission your-script-name$ chmod +x your-script... 阅读全文
posted @ 2015-07-10 19:25 mengdie 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 1 Invoke Mdoelsim In order to open Modelsim automatically, it is better to use a shell script to invoke modelsim. 1 #!/bin/bash 2 # --------------... 阅读全文
posted @ 2015-07-10 19:12 mengdie 阅读(260) 评论(0) 推荐(0) 编辑