diff --git a/README.md b/README.md index 386cbde..433d62c 100644 --- a/README.md +++ b/README.md @@ -15,27 +15,22 @@ sevsegsim 0.1.0 (Chryse 0.1.0-SNAPSHOT) Subcommand: build Build the design, and optionally program it. - -b, --board Board to build for. Choices: icebreaker - -F, --full-stacktrace Include full Chisel stacktraces - --no-full-stacktrace - -p, --program Program the design onto the board after building - --no-program - -h, --help Show help message + -b, --board Board to build for. Choices: icebreaker + -F, --full-stacktrace Include full Chisel stacktraces + -p, --program Program the design onto the board after building + -h, --help Show help message Subcommand: cxxsim Run the C++ simulator tests. -c, --compile Compile only; don't run - --no-compile -d, --debug Generate source-level debug information - --no-debug -O, --optimize Build with optimizations - --no-optimize - -v, --vcd Output a VCD file when running cxxsim (passes --vcd + -v, --vcd Output a VCD file when running cxxsim (passes --vcd to the executable) -h, --help Show help message trailing arguments: - trailing (not required) Other arguments for the cxxsim executable + ... (not required) Other arguments for the cxxsim executable ``` ## Quick feature overview