# vio **Repository Path**: loongson-edu/vio ## Basic Information - **Project Name**: vio - **Description**: 通过VIO,脚本操作或读取本地FPGA - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-17 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 将rtl文件夹中的内容添加到功能测试或性能测试的工程中,并生成bit 2. vivado -mode batch -source ./vio.tcl -tclargs <bit file path> <ltx file path (same directory with bit)> <perf | func> 例如: ``` vivado -mode batch -source ./vio.tcl -tclargs ./example/perf/vio_top.bit ./example/perf/vio_top.ltx perf ```