Thursday, September 15, 2011

嵌入式系統工程師必備軟體 in Window OS

正所謂
工欲善其事,必先利其器。
Code-view
  1. Notepad++
  2. Source insight
  3. Ultraedit
  4. Code Visual Editor
Code-control
  1. SVN
  2. Tortoise SVN
Development of embedded systems
Code-compare utility
  1. WinMerge
  2. Beyond compare
  3. Kdiff3
  4. Perforce Visual Merge and Diff Tools
  5. Diffmerge
Code-exchange
  1. Winscp

Other

  1. Deskpin
  2. xneat

No comments:

Post a Comment

Register Transfer Level Design with Verilog (1) [ebook]

設計程式之所以有趣不外乎是它的千變萬化,同樣的結果卻有不同的寫法。 但這些不同寫法當中也並沒有分誰對誰錯,也沒有制定標準來規範何事該用何解。 這也就是我們設計者的珍貴!! [1] Primitive Instantiations 在Verilog中最基本的邏輯...