This is an auxiliary book provided as support material for the alien shooter Rust exercise on COMP.CE.100
.
This book instructs how to create, build and run a demo program on PYNQ-Z1 using command line and Xilinx tools.
You can read this book by either:
- reading the contents inside the
src/
-folder, or - in your browser by using
mdbook
.
Option 2 is recommended.
- Install Rust toolchain.
- Install
mdbook
.- Run
cargo install mdbook
on a command line.
- Run
- Serve the book at
localhost
.- Run
mdbook serve
in this directory on command line.
- Run
- Navigate to http://localhost:3000/ on your browser.