Skip to content

A tiny implement for riscv cpu, with hardware support, os and compiler

Notifications You must be signed in to change notification settings

JOKECHEN66/riscv_cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

risc_cpu

A tiny implement for riscv cpu, with hardware support, os and compiler

项目组织结构

|-root
|--compiler # 编译器相关文件
|--cpu # 流水线逻辑相关文件
|--os # 操作系统相关文件

各模块应在相应的根目录编辑readme文件,简单介绍模块内代码组织形式

提交方式

  1. 下载git工具至本地
  2. 在根目录下右键执行git bash
  3. 将项目利用git clone指令拷贝到本地目录
  4. 编辑项目后作如下操作:
    i. git add .
    ii. git commit -m "concrete operation"
    iii. git push origin master
  5. 等待提交成功后刷新项目

如果不清楚具体操作,可自行查阅git工具的基础使用方法

日志

时间 操作 备注
2022.12.13 第一次提交,部署cpu相关文件

About

A tiny implement for riscv cpu, with hardware support, os and compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published