Skip to content

Commit

Permalink
update make command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanminet committed Feb 8, 2017
1 parent 8cb2bc2 commit db9f007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -79,12 +79,12 @@ $ make NAME=oscillo

Test a verilog core:
```
$ make CORE=comparator_v1_0 test_core
$ make CORE=fpga/cores/comparator_v1_0 test_core
```

Test a Tcl module:
```
$ make NAME=averager INSTRUMENT_PATH=fpga/modules test_module
$ make IPATH=fpga/modules/averager test_module
```


0 comments on commit db9f007

Please sign in to comment.