# ysyx-workbench **Repository Path**: asueeer/ysyx-workbench ## Basic Information - **Project Name**: ysyx-workbench - **Description**: https://gitee.com/asueeer/ysyx-workbench - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-22 - **Last Updated**: 2024-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # "一生一芯"工程项目 这是"一生一芯"的工程项目. 通过运行 ```bash bash init.sh subproject-name ``` 进行初始化, 具体请参考[实验讲义][lecture note]. [lecture note]: https://docs.ysyx.org/schedule.html # 如果已经进行初始化了的,需要在别的设备进行实验 需要配置~/.bashrc文件 假如我的ysyx-workbench目录是在"/home/parallels/Desktop/PSF/Home/CLionProjects/ysyx-workbench"下面,那就: ``` export NEMU_HOME="/home/parallels/Desktop/PSF/Home/CLionProjects/ysyx-workbench/nemu" export AM_HOME="/home/parallels/Desktop/PSF/Home/CLionProjects/ysyx-workbench/abstract-machine" export ISA="riscv64" ```