原创 VIM配置

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Maintainer: " Amir Salihefendic — @amix3k "

原创 UVM Tutorial for Candy Lovers – 22. Phasing

When we created the jelly_bean_driver in Agent, we coded the build_phase function and the run_phase task, but who actua

原创 UVM Tutorial for Candy Lovers – 17. Register Read Demystified

In the last post, Register Access Methods, we looked at the primary methods of RAL and showed how they worked. This pos

原创 UVM Tutorial for Candy Lovers – 13. Configuration Database

This post will explain how configuration database (uvm_config_db) works. In Configurations, we used the uvm_config_db t

原创 UVM Tutorial for Candy Lovers – 19. Analysis FIFO

This post will explain how to use analysis FIFOs. Let’s assume I wanted a scoreboard that compares two streams of jelly

原创 UVM Tutorial for Candy Lovers – 15. “Do” Hooks

This post will explain user-definable do_* hook functions. In Field Macros, we saw that the standard data methods, such

原创 UVM Tutorial for Candy Lovers – 9. Register Abstraction

原文鏈接:http://cluelogic.com/2012/10/uvm-tutorial-for-candy-lovers-register-abstraction/ This post

原创 UVM Tutorial for Candy Lovers – 7. Virtual Sequence

原文鏈接:http://cluelogic.com/2012/01/uvm-tutorial-for-candy-lovers-virtual-sequence/ Did you know

原创 Vim搜索命令使用方法和技巧-Vim入門教程(9)

原文地址:https://vimjc.com/vim-search.html。感謝原作者 介紹Vim搜索命令/ 、 ? 、* 和 #,以及Vim正向搜索和反向搜索,Vim正則表達式搜索特定字符和特定行。 一、Vim基本搜索命令 在Vi

原创 Vim插件管理器Pathogen和Vundle簡介 - Vim入門教程(8)

原文地址:https://vimjc.com/vim-plugin-manager.html。感謝原作者 Vim支持各種插件,也正是因爲插件太多導致各個插件的管理比較麻煩,於是Vim插件管理器誕生了,用於安裝、管理、卸裝Vim插件。本文主

原创 Vim替換命令substitute小結-Vim入門教程(10)

原文地址:https://vimjc.com/vim-substitute.html。感謝原作者 Vim可以在尾行模式下使用:substitute命令將指定的字符替換成其他目標字符,通常使用該命令的縮寫格式:s進行操作 一、Vim替換

原创 15個著名的Vim配色方案整理-Vim入門教程(7)

原文鏈接:https://vimjc.com/vim-color-schemes.html,感謝原作者。 Vi/Vim手工自行安裝配色方案的主要步驟包括: (1) 確認當前用戶目錄下存在~/.vim/colors目錄,沒有則新建,安裝的

原创 Vim自帶自動補齊功能-Vim入門教程(11)

原文地址:https://vimjc.com/vim-auto-complement.html。感謝原作者 在插入模式下,Vim可以不借助任何插件實現自動補全功能。介紹Vim自帶的單詞自動補全、行自動補全和基於用戶自定義字典的自動補全。

原创 Vim可視化模式-Vim入門教程(6)

原文鏈接:https://vimjc.com/vim-visual-mode.html 介紹Vim可視化模式下的字符選擇、行選擇和塊選擇模式,Vim可視化模式移動選中文本兩端點位置,Vim同時註釋多行和同時刪除多行 一、Vim可視化模式介

原创 Vim入門級基礎配置-Vim入門教程(1)

原文鏈接:https://vimjc.com/vimrc-config.html 介紹Vim配置文件.vimrc,配置Vim顯示行號、支持utf8中文不亂碼、突出顯示Vim當前行,設置高亮顯示括號匹配和tab縮進,解決Vim粘貼時多出縮進