DYC26
Open the repo in the Devcontainer.
- Open a librelane nix-shell.
cd chipinvaders/
nix-shell librelane/- To run the flow:
make librelane- To view the results:
make view-results- Start the xc7 dev env.
nix develop github:openxc7/toolchain-nix- To build the bitstream:
cd chipinvaders/
make bits- To load onto the FPGA:
make programIf you encounter issues loading with the Devcontainer, you can use the openFPGALoader without it. Please refer to the documentation for information on installing it on your device.
To run openFPGALoader:
openFPGALoader --board nexys_a7_100 --bitstream chipinvaders.bit