在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
分享 自己的脚本
ciel.xia 2018-8-22 16:03
#====================================== #step 1: logical library settings #====================================== #set SEARCH_PATH"/home/xiaff/ftp" #set TARGET_LIBRARY_FILES IC05CScore_33_typ.db #set LINK_LIBRARY_FILES IC05CScore_33_typ.db #set SYMBOL_LIBRARY_F ...
个人分类: 代码带回家|826 次阅读|0 个评论
分享 综合脚本-top.tcl
ciel.xia 2018-8-20 17:48
//source the fsm_moore.tcl and print the process to terminal compile.log redirect -tee -file ${WORK_PATH}/compile.log {source -echo -verbose fsm_moore.tcl} //把{source -echo -verbose fsm_moore.tcl}脚本执行的结果放在compile.log
个人分类: 代码带回家|456 次阅读|0 个评论
分享 综合脚本-fsm_moore.tcl
ciel.xia 2018-8-20 17:47
//step 1: read elaborate the RTL file list set TOP_MODULE top analze -format verilog elaborate$TOP_MODULE -architecture verilog current_desin $TOP_MODULE if { ==0}{ echo "link with error!"; exit; }; if { ==0}{ echo "check design with error!"; exit; }; //ste ...
个人分类: 代码带回家|1508 次阅读|1 个评论 热度 1
分享 UART发送器
ciel.xia 2018-8-17 17:05
module UART_XMTR #(parameter word_size=8)( output Serial_out, input Data_Bus, inputLoad_XMT_datareg,Byte_ready,T_byte,Clock,rst_b ); Control_Unit M0(Load_XMT_DR,Load_XMT_shftreg,start,clear, ...
个人分类: 代码带回家|521 次阅读|0 个评论
分享 UART接收器
ciel.xia 2018-8-17 17:03
//UART接收器 module UART_RCVR #(parameter word_size=8,half_word=word_size/2)( output RCV_datareg, outputread_not_ready_out,Error1,Error2, inputSerial_in,read_not_ready_in, ...
个人分类: 代码带回家|467 次阅读|0 个评论

本页有 5 篇日志因作者的隐私设置或未通过审核而隐藏

12下一页
关闭

站长推荐 上一条 /2 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-4-17 01:26 , Processed in 0.018229 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部