aquavion的个人空间 https://blog.eetop.cn/892254 [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

分享 A classic verilog 2001 paper
2011-11-27 11:15
Verilog Parameters and defparam statements. To understand verilog defparam statements we will need to understand parameters first. What is modular coding style?Its a style. of writing Verilog code where a block of code can be re-used multiple times without making any modification. This ...
个人分类: 常用HDL|844 次阅读|0 个评论
分享 Bash script 改换文件后缀
2011-11-23 20:37
#!/bin/bash # change file extension # example, change all txt files to .log cfe txt log ARGS=2 E_BADARGS=65 if then echo "Usage: `basename $0` old_file_suffix new_file_suffix" exit $E_BADARGS fi for filename in *.$1 do & ...
个人分类: 常用脚本Scripts|723 次阅读|0 个评论

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

  • 关注TA
  • 加好友
  • 联系TA
  • 0

    周排名
  • 0

    月排名
  • 0

    总排名
  • 0

    关注
  • 1

    粉丝
  • 0

    好友
  • 0

    获赞
  • 0

    评论
  • 访问数
关闭

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

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

GMT+8, 2024-5-6 07:22 , Processed in 0.022121 second(s), 15 queries , Gzip On, Redis On.

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