Advertisement

RocketChip RocketChip

阅读量:

文章目录

  • LazyModule采用懒加载策略以优化性能。

  • BareSubsystem包含BaseSubsystem作为其核心组件。

  • BaseSubsystem进一步分为RocketSubsystem和其他功能模块。

  • RocketSubsystem提供了基础的功能接口。

  • ExampleRocketSystem则包含了额外的扩展功能模块。

  • Basic Module Structure

    • Parameterized Module Structure
      Hierarchical Design
      PRI Information Tracking
      Tiling Link Setup
      Attribute Compatibility

    • HasCoreMonitorBundles

      • HasTiles
        • HasRocketTiles
    • Config

LazyModule

RocketChip中所有电路模块都是LazyModule的子模块。

BareSubsystem

BareSubsystem属于所有子系统类层次的基础架构。
该架构基于LazyModule实现了新的功能模块,并引入了新的功能范围以支

全部评论 (0)

还没有任何评论哟~