https://mp.weixin.qq.com/s/IlEnkKHwH6AS7vmUkoAN_Q

 

简单介绍TileInterrupts的实现。

 

Rocket - tile - TileInterrupts

 

1. TileInterrupts

 

定义核心相关的中断信号:

Rocket - tile - TileInterrupts

其中:

a. debug:调试中断信号;

b. mtip:时钟中断信号;

c. msip:软件中断信号;

d. meip:外部中断信号;

e. seip:Supervisor模式下外部中断信号;

f. lip:本地中断信号;

 

2. SinksExternalInterrupts

 

用于把上游节点的中断输入,注入到核心之中:

Rocket - tile - TileInterrupts

 

1) Self-Type

-----------------------------------------------------------------------------

这是一篇付费文章,请移步付费阅读全文,谢谢!
文章链接:https://mp.weixin.qq.com/s/IlEnkKHwH6AS7vmUkoAN_Q

相关文章:

  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2021-10-06
  • 2022-01-18
  • 2021-08-01
  • 2021-08-08
  • 2021-07-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案