Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
willeccles committed Oct 29, 2021
1 parent 2f5d8e4 commit 8376bf7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ definitions, and so on. This includes:
- Two types for parameters and signals (i32 and double)
- Skeleton definitions of required VeriStand interface functions
- Tabs or spaces for indentation (default is 2 spaces)
- Optionally generates a makefile to build the model for VeriStand (at the
moment, only Linux x86\_86 targets are supported)
- Optionally generates a batch file to use NI's toolchain to build with the
generated makefile

## Usage Example

Expand Down Expand Up @@ -64,4 +68,4 @@ To see the list of available options when running the script, use `--help` or
`-h`.

For information on the JSON model configuration file, see
[docs/configuration.md](/docs/configuration.md)
[docs/configuration.md](/docs/configuration.md).

0 comments on commit 8376bf7

Please sign in to comment.