Sequential Y86 Implementations Part III Timing

Our implementation of SEQ consists of

包含了:

combinational logic and

two forms of memory devices :

clocked registers (the program counter and condition code register),

and random-access memories (the register file, the instruction memory, and the data memory).

 

We are left with just four hardware units that require an explicit control over their sequencing—

四个需要时序控制的模块,也称之为 state element

the program counter,

the condition code register,

the data memory,

and the register file.

 

下图

Figure 23 shows how the SEQ hardware would process the instructions at lines 3 and 4 in the following
code sequence, shown in assembly code with the instruction addresses listed on the left:
1 0x000: irmovl $0x100,%ebx # %ebx <-- 0x100
2 0x006: irmovl $0x200,%edx # %edx <-- 0x200
3 0x00c: addl %edx,%ebx # %ebx <-- 0x300 CC <-- 000
4 0x00e: je dest # Not taken
5 0x013: rmmovl %ebx,0(%edx) # M[0x200] <-- 0x300
6 0x019: dest: halt

 

 

 

 

 

 

理解的部分就是说

state element的四个部件,在时钟的上升沿发生改变

其他的组合逻辑,在时钟周期内发生变化。

 

 

 

 

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值