- 片上系統設計思想與源代碼分析
- 陳曦 黃毅
- 145字
- 2018-12-27 17:52:45
2.3 OR1200核心寄存器
OR1200核心的寄存器地址通過寄存器組編號GRP號和寄存器相對編號REG號計算得到,方法是將GRP號左移11位后加上REG號可以算出每個特殊寄存器的地址。所有寄存器是32bit寬度。
OR1200核心的寄存器列出如表2-32所示,其中,R/W代表讀寫訪問,R代表僅讀訪問。寄存器的詳細說明見《OpenRISC 1000 System Architecture Manual》文檔。
表2-32 OR1200核心的寄存器列表

推薦閱讀
- Visual C++數字圖像模式識別技術詳解
- 小程序開發原理與實戰
- Python機器學習:預測分析核心算法
- JavaScript程序設計(第2版)
- .NET 4.5 Parallel Extensions Cookbook
- Python入門很輕松(微課超值版)
- Java EE 7 with GlassFish 4 Application Server
- Application Development with Parse using iOS SDK
- Getting Started with Electronic Projects
- Xamarin Cross-Platform Development Cookbook
- Deep Learning for Natural Language Processing
- 征服C指針(第2版)
- Building UIs with Wijmo
- Learning Azure DocumentDB
- C++ Game Development Cookbook