# remote2local **Repository Path**: cheungxi/remote2local ## Basic Information - **Project Name**: remote2local - **Description**: 龙芯远程FPGA->本地FPGA ,体系结构实验框架转换模块 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-05-11 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 龙芯远程FPGA兼容本地FPGA实验框架 初始龙芯开发框架为:[CPU-CDE](https://gitee.com/cheungxi/cpu-cde) 使用方法: 1. 下载或clone CPU-CDE仓库 2. 打开 cpu-cde/mycpu_verify/run_vivado/mycpu_prj1/mycpu.xpr 3. 在工程中添加本仓库中的 *.v 作为 `design sources` (设计文件) 4. `disable` 工程中原有 xdc 文件 5. 在工程中添加本仓库中的 *.xdc 作为 `constraints` (约束文件) 6. 将工程中原有 `pll.clk_pll` 中的 `Clocking Options` -> `Input Clock information` -> `Primary` 的 `input Frequency(MHz)` 值修改为 `50.000`