logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

RISCV: Platform-Level Interrupt Controller(PLIC)

IntroductionPLIC是一个global interrupt controller的架构定义,并不涉及任何实际硬件的具体实现PLIC负责将global interrupt sources(通常都是I/O devices)链接到interrupt targets(通常是hart contexts)。PLIC组成interrupt gateways:通常有多个,每个interr

RISCV: Platform-Level Interrupt Controller(PLIC)

IntroductionPLIC是一个global interrupt controller的架构定义,并不涉及任何实际硬件的具体实现PLIC负责将global interrupt sources(通常都是I/O devices)链接到interrupt targets(通常是hart contexts)。PLIC组成interrupt gateways:通常有多个,每个interr

到底了