As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

Tutorial CW305-1 Building a Project

843 bytes added, 18:43, 16 January 2017
Building the Project
== Building the Project ==
This project is already fully built for us. However, if you want to make your own project, you'll need to know how to build it. There are three steps that Vivado takes to turn our Verilog into a fully functional piece of code:
 
* ''Synthesis'': the Verilog code is synthesized into a gate-level representation
* ''Implementation'': the synthesized logic is routed to fit onto the device
* ''Bitstream Generation'': an Artix-ready file is created, allowing us to upload our firmware onto the FPGA
 
This process can take a while - on an average laptop, the sample project takes around 7 minutes to build.
 
'''Gotcha''': This project can be implemented to fit into an Artix-7A35T or an Artix-7A100T chip. Make sure that you have the correct one selected (right click -> "Make Active") before you build the project:
 
[[File:CW305MakeActive.png]]
= Capture Setup =
Approved_users
510
edits

Navigation menu