星期四, 2月 16, 2006

[Book] Processor Design

1. Embedded Computing: A VLIW Approach to Architecture, Compilers and Tools
2. Modern Processor Design
3. HyperTranport System Architecture

星期六, 2月 11, 2006

虛擬技術(Virtualization Technology)

Intel Virtualization Technology
AMD Pacifica
讓一顆處理器"同時"執行多個系統, 不知道會不會起來,
感覺好像是執行一個系統的速度已經到一定的瓶頸了
而故意找事情做~

HyperTransport

目前AMD處理器採用的Bus Protocol
有書專門介紹 HyperTranport System Architecture

P4's quad-pumped FSB?

DDR is send data at rising edge and falling edge.
quad-pumped is send data twice at rising edge and falling edge.
rising edge: (0V->0.7V) and (0.7V->1.5V)
falling edge: (1.5V->0.7V) and (0.7V->0V)

DRAM介紹

SDRAM
最基本的DRAM,每個Clock Cycle傳輸1筆資料
DDR
每個Clock Cycle傳輸2筆資料(正緣,負緣)
DDR-II
每個Clock Cycle傳輸2筆資料(正緣,負緣), 內部跑的Clcok是外部的一半
QDR
每個Clock Cycle傳輸2筆資料(正緣,負緣), 讀跟寫分開,所以是4倍
QDR-II
每個Clock Cycle傳輸2筆資料(正緣,負緣), 讀跟寫分開,所以是4倍,與QDR在內部架構有些許差異
RLDRAM
Low Latency DRAM

FSB

Front Side Bus
CPU與晶片組溝通的介面
並沒有一定的規範, Intel/AMD兩家的訊號就不同
傳輸速度會比後面介面(Memory/PCIe)的速度快或相等

星期三, 2月 08, 2006

[DSP] VoIP

DSP的應用之一
設計時可以針對各種VoIP 聲音壓縮標準作最佳化