惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
Martin Fowler
Martin Fowler
博客园_首页
量子位
T
Tailwind CSS Blog
博客园 - Franky
G
Google Developers Blog
D
DataBreaches.Net
Vercel News
Vercel News
B
Blog
Recent Announcements
Recent Announcements
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
爱范儿
爱范儿
博客园 - 【当耐特】
The Cloudflare Blog
H
Help Net Security
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
C
Check Point Blog
有赞技术团队
有赞技术团队
Microsoft Security Blog
Microsoft Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - bullfinch

Notes of "The Unbridged Pentium 4" - Pentium 4 System Overview Notes of "The Unbridged Pentium 4" - Pentium 4 Road Map Notes of "The Unbridged Pentium 4" - Overview of the Processor Role Notes of "Pentium Processor System Architecture" - Mutiple Processors and the MESI Model Notes of "Pentium Processor System Architecture" - The Functional Units & Pentium Cache Overview AMD Opteron Architecture related Fedora Core 3 挂载FAT32分区以及中文显示和输入 摄像头设置事件 linux下安装HP NC6000无线网卡(HP W500) C#学习笔记(八) TreeView.AfterCheck和TreeNode.Checked赋值的问题 C#学习笔记(七) C#学习笔记(六) C#学习笔记(五) 图像中密集点群的定位 C#学习笔记(四) 中兴ZXDSL831立式蓝猫自动拨号+NAT+DHCP设置 关于变参(zz) C#学习笔记(三)
Notes of "Pentium Processor System Architecture" - Pentiu...
bullfinch · 2005-05-15 · via 博客园 - bullfinch

1. The Pentium processor address bus consits of two sets of signal lines:

  • the address bus proper, consisting of 29 signal lines designated A31:A3.
  • the Byte Enable bus, consisting of the 8 signal lines designated BE#7:BE#0.

2. A20 Mask(A20M#) allows the processor to emulate the address wrap-around at the 1MB boundary that occurs on the 8086/8088.

3. Address Translation:

  • 32-bit devices    A31:A2 adn BE3#:BE0#
  • 16-bit deviecs    A23:A1 and BHE#,BLE#
  • 8-bit devices     A19:A0

4. A series of transceivers can do steering to pass data from one path to another when the device is smaller than 64-bits. (BRDY# will net be sent until all data is ready)

5. Bus Cycle Control Signals:
    Address Status Output(ADS#)
    Bus Cycle Definition(M/IO# D/C# W/R# CACHE#) Special Cycles(BE5:0#)
    LOCK# and SCYC
    ......

6. The Pentium processor invalidates a cache line that is hit during a locked read transfer and runs the bus cycles to external memory.

7. Thre processor must respond to the BOFF# signal and external snoops during locked transfer.

8. Setting CD and NW bits to 0s enables the internal caches and places the data cache in the write-back mode.

9. When the WB/WT# line is set hight the cache line is stored in the E state causing it to behave according to ther write-back policy. When the WB/WT# line set low, the cache line is stored in S state, causing all writes to be transferred to external momery according to the write-through policy.

10. L2 cache use AHOLD to force the processor to remove its address and prepare to receive a snoop address over its address bus. AHOLD only is used in look-through cache with a L2 cache.

11. External logic must assert the EADS# signal to tell the processor that a valid address is on its local address bus and to go ahead and snoop it.

12. External logic also drives the INV signal along with EADS# to tell the processor whether to leave the cache line valid or to mark it invalid in case of a snoop hit.

13. The Pentium processor asserts the HIT# signal when a snoop hit occurs on one of its internal caches.

14. The Pentium processor asserts the HIT Modified Line(HITM#)signal to indicate that a snnop operation has hit to a modified line in cache.

15. The signal Page Cache Disable(PCD) signal controls cacheability of the L2 cache, while the Page Write-Through(PWT) signal specifies whether the L2 cache should use a write-back or write-through policy for the line being written to.

16. The FLUSH# signal causes the data in the internal caches to be invalidated. (After write-back)