這是一個以 RISC-V 為核心,搭配 FPGA 專案
# 1. 安裝 Git 與 Git LFS
sudo apt install git git-lfs
git lfs install
# 2. 產生 SSH 金鑰並設定 GitHub
ssh-keygen -t ed25519 -C "your@email.com"
# → 將 ~/.ssh/id_ed25519.pub 貼到 GitHub: https://github.com/settings/keys
# 3. 測試 SSH 連線
ssh -T git@github.com
# 4. Clone 專案
git clone git@github.com:Rissun5779/RISC-V-Project.git
cd RISC-V-Project
# 5. 同步 LFS 檔案
git lfs pull