Skip to content

Commit

Permalink
Add container command line reference
Browse files Browse the repository at this point in the history
  • Loading branch information
meriac committed Dec 6, 2023
1 parent 70f89ea commit b4382af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documentation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Containerized LiteX/OpenXC7 Verilog Development Environment for Xilinx FPGAs

## Command Line Reference for Container
After [installation of the development container](../README.md#getting-started) locally or [launching it in the GitHub cloud](https://youtu.be/082bH_Vu2bo), you can use the following environment-specific commands to maintain your environment.
- `litex_update`: Update the current version of [LiteX](https://github.com/enjoy-digital/litex) to the latest version. Restarting your container might discard this update depending on your container configuration.
- `chipdb`: List all supported FPGA chips by this distribution
- `chipdb-full`: List all supported FPGA chips including their speed grades

0 comments on commit b4382af

Please sign in to comment.