# 基于Rocket_SoC的接口实验 **Repository Path**: foxtrot024/Rocket_system ## Basic Information - **Project Name**: 基于Rocket_SoC的接口实验 - **Description**: 主要用于《接口技术》课程实验教学 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-03 - **Last Updated**: 2023-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于Rocket_SoC的接口实验 ## 目录 + [前言](#foreword) + [实验环境安装指南](https://gitee.com/foxtrot024/Rocket_system/tree/lab0) + [实验1:GPIO 实验](https://gitee.com/foxtrot024/Rocket_system/tree/lab1) + [实验2:UART 串行接口实验](https://gitee.com/foxtrot024/Rocket_system/tree/lab2) + [实验3:基于AXI4的自定制接口实验](https://gitee.com/foxtrot024/Rocket_system/tree/lab3) + [实验4:中断实验](https://gitee.com/foxtrot024/Rocket_system/tree/lab4) + [实验5:模拟量接口实验](https://gitee.com/foxtrot024/Rocket_system/tree/lab5) + [实验6:SD卡控制器实验](https://gitee.com/foxtrot024/Rocket_system/tree/lab8) + [实验8:DMA 实验](https://gitee.com/foxtrot024/Rocket_system/tree/lab6) + [实验9:接口综合实验](https://gitee.com/foxtrot024/Rocket_system/tree/lab7) ## 前言 采用开源的经典RISC-V处理器Rocket Chip,搭建一个基于Rocket CPU的SoC系统;在些基础上,通过讲课和实验,使学生了解和掌握接口技术, 并采用基本的接口模块,运用EDA工具通过IP集成的方式掌握搭建一个简单的嵌入式应用系统的软硬件协同方法。