From 30775cd3576fc713d9e9be2c54686c0e4cb42909 Mon Sep 17 00:00:00 2001 From: taichi Date: Sat, 3 Nov 2018 22:36:40 +0900 Subject: [PATCH] updated README.mk --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b29f0cc..8c9ee20 100644 --- a/README.md +++ b/README.md @@ -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 @@ -59,7 +62,6 @@ Supported simulators are below: * Synopsys VCS * Cadence Xcelium - * Makefile for Xcelium simulator is not available ## Contact