摘要: 1 Variable in shell If you want to print variable, then useecho command. In front of the variable to add$variabelor use ${variable} to fetch the v... 阅读全文
posted @ 2015-03-19 20:00 mengdie 阅读(300) 评论(0) 推荐(0)
摘要: 做一个ASIC项目,基本结构是MCU+ROM+RAM。目前想把单片机程序下载到ROM中,然后在ModelSim中仿真程序,得到运行结果。好二哥给出的Tcl下载文件如下,细细研读中...puts "====================================================... 阅读全文
posted @ 2015-03-19 13:01 mengdie 阅读(559) 评论(0) 推荐(0)