"Basys3板跑马灯实验Vivado 2015使用指导"
需积分: 0 76 浏览量
更新于2023-12-29
收藏 4.36MB PDF 举报
Vivado 2015 is a software tool that is used for designing and programming Integrated Circuits (ICs). This guide provides step-by-step instructions for creating a new project and implementing a LED lights experiment based on the Basys3 board.
To begin, open Vivado and create a new project by clicking on "Create New Project" in the startup window. Enter the project name as "led_8lights" and specify the project path as E:/Xilinx/VivadoProject. Once the project is created, all project files will be located in E:/Xilinx/VivadoProject/led_8lights.
Next, select "RTL Project" and choose the target language as Verilog. Then, proceed to the next window where you can add source files. In this case, no additional source files need to be added, so simply click "Next". Similarly, no IP cores or constraint files need to be added, so click "Next" in the respective windows.
After completing these initial setup steps, the project environment will be ready for implementing the LED lights experiment on the Basys3 board. This experiment involves creating a pattern of LED lights that mimics the effect of a running marquee. The specific details of implementing this experiment can be found in the related C102 laboratory instructions dated February 2017.
In summary, the process of using Vivado 2015 for the LED lights experiment on the Basys3 board involves creating a new project, specifying the project location, selecting the RTL project and Verilog language, and preparing the project environment for the experiment. This guide provides a clear and concise overview of the necessary steps to successfully set up the project and begin implementing the LED lights experiment.
212 浏览量
198 浏览量
点击了解资源详情
256 浏览量
2019-01-12 上传
396 浏览量
301 浏览量
5018 浏览量
461 浏览量
![](https://profile-avatar.csdnimg.cn/1824bc1e31d34052bed4ca784620af78_weixin_35785793.jpg!1)
thebestuzi
- 粉丝: 37
最新资源
- 深入解析ELF文件格式及其在操作系统中的应用
- C++ Primer 第四版习题解答(前五章)
- 数学建模必备:实用先进算法详解
- 500毫秒打字游戏实现与键盘事件处理
- 轨迹跟踪算法:无根求曲线绘制的高效方法
- UML指南:Java程序员的全面设计实践
- 探索WPF:新一代Web呈现技术
- 轻量级Java企业应用:POJO实战
- Linux指令详解:cat、cd和chmod
- 使用SWIG将C++绑定到Python的实战指南
- 掌握Linux shell编程:实战指南与变量操作
- Linux多用户创建与设备挂载指南
- Tapestry4入门与框架演变解析
- C#入门指南:从语言概述到实战编程
- MIME类型详解:从电子邮件到浏览器的多媒体数据处理
- Solaris10操作系统学习指南