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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
楼主: weijiaming

[原创] 大家好,我是《Verilog编程艺术》的作者,欢迎大家的反馈和提问

[复制链接]
发表于 2015-6-3 17:36:22 | 显示全部楼层
Sáng cảm ơn
发表于 2015-6-3 20:09:11 | 显示全部楼层
回复 1# weijiaming


   老师,那个Xilinx PlanAhead 14.7的破解文件在哪?
发表于 2015-6-5 18:53:07 | 显示全部楼层
你看看人家特权都给了电子版大家,你给了大家就会有更多的支持
发表于 2015-6-7 22:53:33 | 显示全部楼层
回复 1# weijiaming
这本书我去年买的,看了两遍,还是很不错的!
发表于 2015-6-8 14:14:09 | 显示全部楼层
要扩大影响,还是要提供试读。工程师们一般都很忙,很多还是宅男,专门去书店还是麻烦。
发表于 2015-6-9 01:56:14 | 显示全部楼层
内容支持
 楼主| 发表于 2015-7-4 09:57:16 | 显示全部楼层
zijidingyixia
 楼主| 发表于 2015-7-4 09:59:21 | 显示全部楼层
.emacs

;;If you use Windows, then use the below line, otherwise use;; to comment it.
(load-file "c:/emacs-24.3/lisp/emulation/cua-base.el")
;;(load-file "~/lisp/emulation/cua-base.el")
;;If you use Linux, then use the below line, otherwise use;; to comment it.
;;(load-file "cua-mode.el”)
(cua-mode t)

(global-set-key [C-home] 'beginning-of-buffer)
(global-set-key [C-end]  'end-of-buffer)
(global-set-key [home] 'beginning-of-line)
(global-set-key [end]  'end-of-line)

(define-key global-map [f3] 'isearch-forward)
(define-key isearch-mode-map [f3] 'isearch-repeat-forward)
(define-key global-map [S-f3] 'isearch-backward)
(define-key isearch-mode-map [S-f3] 'isearch-repeat-backward)
(define-key global-map [f5] 'goto-line)

(define-key global-map [M-f6] 'kill-buffer)
(define-key global-map [S-f6] 'buffer-menu)
(define-key global-map [C-f6] 'switch-to-buffer)

(define-key global-map [f10] 'replace-string)
(define-key global-map [f11] 'replace-regexp)
(define-key global-map [C-f10] 'query-replace)
(define-key global-map [C-f11] 'query-replace-regexp)

(set-background-color "black")
(set-foreground-color "white")
(set-mouse-color "yellow")
(set-cursor-color "red")

(setq kill-whole-line t)
(global-font-lock-mode t)
(column-number-mode t)
(which-func-mode t)
(show-paren-mode t)
(setq transient-mark-mode t)
(setq require-final-newline t)

(setq auto-mode-alist (cons  '("\\.v\\'" . verilog-mode) auto-mode-alist))
(setq auto-mode-alist (cons  '("\\.vh\\'" . verilog-mode) auto-mode-alist))
(setq auto-mode-alist (cons  '("\\.sv\\'" . verilog-mode) auto-mode-alist))
(setq verilog-indent-level             3
      verilog-indent-level-module      3
      verilog-indent-level-declaration 3
      verilog-indent-level-behavioral  3
      verilog-indent-level-directive   1
      verilog-case-indent              2
      verilog-auto-newline             nil
      verilog-auto-indent-on-newline   t
      verilog-tab-always-indent        nil
      verilog-auto-endcomments         nil
      verilog-minimum-comment-distance 40
      verilog-indent-begin-after-if    t
      verilog-auto-lineup              'declarations
      verilog-highlight-p1800-keywords nil
      verilog-linter    "my_lint_shell_command"
      )

(custom-set-faces)
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)

;;On Linux
;;You can run shell command in shell-1
;;(shell)
;;(rename-buffer shell-1)

;;On Windows
;;You can run the unix-like command in shell-1
(eshell)
(rename-buffer shell-1)
 楼主| 发表于 2015-7-23 08:36:59 | 显示全部楼层
zijidingyixia
发表于 2015-7-23 15:17:49 | 显示全部楼层
没有看到书啊,发上来一本
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

×

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

GMT+8, 2024-4-28 04:28 , Processed in 0.027605 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表