DYC26
Open the repo in the Devcontainer.
- Open a librelane nix-shell.
nix-shell librelane/- To run the flow:
cd chipinvaders/
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 program