Skip to content

Commit

Permalink
Merge pull request #2233 from silabs-robin/assert_off
Browse files Browse the repository at this point in the history
ASSERT_OFF
  • Loading branch information
silabs-hfegran authored Oct 12, 2023
2 parents d048a73 + c5302e0 commit 57ba371
Show file tree
Hide file tree
Showing 3 changed files with 842 additions and 775 deletions.
9 changes: 6 additions & 3 deletions cv32e40s/fv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ Read the Makefile for more info.

## Usage Examples

Simply:
Simple example:
```
make jg
```

More advanced:
Advanced examples:
```
make jg USER_DEFINES=+define+MYDEFINE USER_INCDIRS=+incdir+MYINCDIR JG_EXTRAS=""
make jg USER_DEFINES=+define+MYDEFINE USER_INCDIRS=+incdir+MYINCDIR
make jg JG_EXTRAS=""
make jg USER_DEFINES=+define+COREV_ASSERT_OFF
make jg USER_DEFINES=+define+DEFONE+DEFTWO+DEFTHREE
```
3 changes: 0 additions & 3 deletions cv32e40s/fv/defines.sv
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
`define FORMAL 1

// TODO:silabs-robin Re-enable core asserts.
`define COREV_ASSERT_OFF 1
Loading

0 comments on commit 57ba371

Please sign in to comment.