-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add container command line reference
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |