Skip to content

Commit

Permalink
updated README.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Nov 3, 2018
1 parent cdce4ff commit 30775cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ Before executing the sample environment, you need to clone submodules. Hit comma

### Execution

To execute the sample environment, hit commands below on the `sample/work` directory.
To execute the sample environment, hit command below on the `sample/work` directory.

$ make

Then, all sample test cases will be executed.
Then, all sample test cases will be executed by using Synopsys VSC simulator.
If you want to use Cadence Xcelium simulator, hit command below.

You want to execute a test case individually, hit command below.
$ make SIMULATOR=xcelium

If you want to execute a test case individually, hit command below.

$ make NAME_OF_TEST_CASE

Expand All @@ -59,7 +62,6 @@ Supported simulators are below:

* Synopsys VCS
* Cadence Xcelium
* Makefile for Xcelium simulator is not available

## Contact

Expand Down

0 comments on commit 30775cd

Please sign in to comment.