# 自己动手写CPU 随书资源 **Repository Path**: neuqos-linux-011/ref-leisilei ## Basic Information - **Project Name**: 自己动手写CPU 随书资源 - **Description**: 既方便下载使用,也为单人使用 Git 加以启发。 - **Primary Language**: Verilog - **License**: LGPL-2.1 - **Default Branch**: origin - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2022-01-27 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 克隆仓库前必读 - Verilog 源码来自《自己动手写 CPU》(雷思磊)的随书光盘,以 LGPL-2.1 分发。 - 代码注释所用编码为 GBK。 - **对 Windows 用户** ,克隆前按如下步骤操作: - 打开 Windows 10+ 软链接功能,参考 [附录 A](#a-打开-windows-10-软链接功能) - 按 Win+R 组合键,运行 `git config --global core.symlinks true` - 勿将仓库放入 exFAT、FAT 等非日志文件系统中。 --- ## A. 打开 Windows 10+ 软链接功能 灵感源自 https://github.com/git-for-windows/git/wiki/Symbolic-Links#allowing-non-administrators-to-create-symbolic-links - 下载 [Polsedit](https://www.southsoftware.com/polsedit.zip)、解包,打开 `polseditx64.exe` - 导航到 `Security Settings - User Rights Assignment` - 双击 `Create symbolic links` - 找到自己的用户名,加入列表 ![利用 Polsedit 允许非管理员创建软链接](https://gitee.com/foresee_io/pic-git/raw/master/img-picgo/202201272159776-create-symlink.png)