Skip to content

Peer-to-peer text chat application for the Zynq-7000 SoC

Notifications You must be signed in to change notification settings

ksmolko/fpga-text-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Generating Vitis Project

To generate the Vitis platform and application projects, open an xsct shell, navigate to the "scripts" directory, and run the following:

source genproj.tcl

Once the project has finished generating, close the shell and open Vitis. Set the newly created "proj" directory as your Vitis workspace. Navigate to the design view in Vitis, and from here you can build and debug the application.

Workflow

Everything under the "proj" folder is NOT tracked by git. When making changes to source files, copy the changes back out to the "src" folder before committing. When pulling the latest update, simply delete your "proj" folder, run git pull, and then run genproj.tcl again as outlined above.

About

Peer-to-peer text chat application for the Zynq-7000 SoC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published